Implementation
const DbTileSchema = CollectionSchema(
name: r'DbTile',
id: -5030120948284417748,
properties: {
r'bytes': PropertySchema(
id: 0,
name: r'bytes',
type: IsarType.byteList,
),
r'lastModified': PropertySchema(
id: 1,
name: r'lastModified',
type: IsarType.dateTime,
),
r'url': PropertySchema(
id: 2,
name: r'url',
type: IsarType.string,
)
},
estimateSize: _dbTileEstimateSize,
serialize: _dbTileSerialize,
deserialize: _dbTileDeserialize,
deserializeProp: _dbTileDeserializeProp,
idName: r'id',
indexes: {
r'lastModified': IndexSchema(
id: 5953778071269117195,
name: r'lastModified',
unique: false,
replace: false,
properties: [
IndexPropertySchema(
name: r'lastModified',
type: IndexType.value,
caseSensitive: false,
)
],
)
},
links: {},
embeddedSchemas: {},
getId: _dbTileGetId,
getLinks: _dbTileGetLinks,
attach: _dbTileAttach,
version: '3.0.5',
);