RestService<Id, Data> constructor

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

Implementation

RestService(super.client, super.app, super.url, this.type);