ToMap<T> typedef

ToMap<T> = Map<String, dynamic> Function(T item)

Implementation

typedef Map<String, dynamic> ToMap<T>(T item);