toSqliteMap abstract method
Converts this input to a map suitable for SQLite operations.
Only includes non-null fields in the output map. Performs appropriate type conversions for SQLite (e.g., bool to int).
Implementation
Map<String, dynamic> toSqliteMap();