restEndpoint method Null safety
- {Query? query,
- RunLocation? instance}
override
The endpoint path to access provided a query. Must include a leading slash.
Implementation
@override
String? restEndpoint({query, instance}) => '';
The endpoint path to access provided a query. Must include a leading slash.
@override
String? restEndpoint({query, instance}) => '';