ServiceBase<T> constructor

ServiceBase<T>(
  1. String baseUrl,
  2. String path, {
  3. String requestRole = 'user',
})

Implementation

ServiceBase(this.baseUrl, this.path, {this.requestRole = 'user'});