ToEncodable typedef

ToEncodable = Object? Function(Object? nonEncodable)

Used to encode an object not directly encodable into some JSON data.

Implementation

typedef ToEncodable = Object? Function(Object? nonEncodable);