restEndpoint method Null safety

  1. @override
String? restEndpoint(
  1. {Query? query,
  2. RunFile? instance}
)
override

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

Implementation

@override
String? restEndpoint({query, instance}) =>
    RunFileSyncEndpointHelper.restEndpoint(query, instance);