restEndpoint abstract method

String? restEndpoint({
  1. Query? query,
  2. _Model? instance,
})

The endpoint path to access provided a query. Must include a leading slash.

Implementation

String? restEndpoint({Query? query, _Model? instance});