sqliteMappings property Null safety

Map<Type, SqliteAdapter<SqliteModel>> sqliteMappings
final

Hand in sqlite mappings, which get merged with the engine mappings

Implementation

final Map<Type, SqliteAdapter<SqliteModel>> sqliteMappings;