ValueDeconstructor<T> typedef

ValueDeconstructor<T> = Map<String, dynamic>? Function(T?)

Function that serialize the data to a JSON form.

Implementation

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