baseUrl property

  1. @protected
String baseUrl
inherited

Returns the base URL for this type T.

Typically used in a generic adapter (i.e. one shared by all types) so it should be e.g. http://jsonplaceholder.typicode.com/

For specific paths to this type T, see urlForFindAll, urlForFindOne, etc

Implementation

@protected
String get baseUrl => 'https://override-base-url-in-adapter/';