toServiceResponse method

ServiceExtensionResponse toServiceResponse()

Implementation

ServiceExtensionResponse toServiceResponse() =>
    ServiceExtensionResponse.result(
      jsonEncode(toJson(), toEncodable: contextToString),
    );