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