toEncodable method
Returns data as an encodable object compatible with json.encode()
.
Implementation
@Deprecated('Use toJson instead.')
Map<String, Object?> toEncodable() => map;
Returns data as an encodable object compatible with json.encode()
.
@Deprecated('Use toJson instead.')
Map<String, Object?> toEncodable() => map;