restEndpoint method Null safety
override
The endpoint path to access provided a query. Must include a leading slash.
Implementation
@override
String? restEndpoint({query, instance}) =>
SyncEndpointHelper.getConfiguration("runs", query, instance);