ValueConstructor<T> typedef

ValueConstructor<T> = T Function(Map<String, dynamic>)

Function that deserialize the data in JSON form to an actual instance of the object.

Implementation

typedef ValueConstructor<T> = T Function(Map<String, dynamic>);