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