decodeRequest property

Req Function(Map<String, Object?> json)? decodeRequest
final

Needed only to serve a service from Dart.

Implementation

final Req Function(Map<String, Object?> json)? decodeRequest;