RestService<Id, Data> constructor
RestService<Id, Data> (
- BaseClient client,
- BaseAngelClient app,
- dynamic url,
- Type? type,
Implementation
RestService(super.client, super.app, super.url, this.type);