toSql method Null safety
override
Map a value from an object in Dart into something that will be understood by the database.
Implementation
@override
String toSql(Map<String, T> value) => jsonEncode(value);
Map a value from an object in Dart into something that will be understood by the database.
@override
String toSql(Map<String, T> value) => jsonEncode(value);