objectGenerator property

T Function(Map<String, dynamic> map) objectGenerator
final

Function which receives a Map of all the serialized properties and generates the resulting object in Dart.

Implementation

final T Function(Map<String, dynamic> map) objectGenerator;