DestinationArgumentFromJson typedef

DestinationArgumentFromJson = Object Function(Object? json)

Function that define a function that convert json to instance of an destination argument.

Implementation

typedef DestinationArgumentFromJson = Object Function(Object? json);