RestService<Id, Data> constructor

RestService<Id, Data>(
  1. BaseClient client,
  2. BaseAngelClient app,
  3. dynamic url,
  4. Type? type,
)

Implementation

RestService(http.BaseClient client, BaseAngelClient app, url, this.type)
    : super(client, app, url);