decodeInput property
TInput Function(dynamic json)?
decodeInput
final
Optional function that transforms raw JSON/query map into typed TInput on the server side.
Implementation
final TInput Function(dynamic json)? decodeInput;