DestinationArgumentFromJson typedef Null safety
Function that define a function that convert json to instance of an destination argument.
Implementation
typedef DestinationArgumentFromJson = Object Function(Object? json);
Function that define a function that convert json to instance of an destination argument.
typedef DestinationArgumentFromJson = Object Function(Object? json);