fromEncodable property

(dynamic Function(Map<String, dynamic> json)?) fromEncodable

Returns the encoder for the generated class

Implementation

dynamic Function(Map<String, dynamic> json)? get fromEncodable => null;