toSqliteMap abstract method

Map<String, dynamic> toSqliteMap()

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();