JsonWithContextFunctionTarget<RequestType, ResponseType> constructor
JsonWithContextFunctionTarget<RequestType, ResponseType> (
- JsonWithContextHandler<
RequestType, ResponseType> function, - RequestType fromJson()
Implementation
factory JsonWithContextFunctionTarget(
JsonWithContextHandler<RequestType, ResponseType> function,
RequestType Function(Object?) fromJson,
) = _JsonWithContextFunctionTarget<RequestType, ResponseType>;