toSqlite method
_SqliteSerializeType?
toSqlite()
Must be one of the following: bool, DateTime, double, int, num, String,
or another Iterable digestible by jsonEncode.
Often, _SqliteSerializeType is a String and toSqlite performs jsonEncode(toRest()).
Implementation
_SqliteSerializeType? toSqlite() => null;