SingletonRecordSchema top-level constant
CollectionSchema<SingletonRecord>
const SingletonRecordSchema
Implementation
const SingletonRecordSchema = CollectionSchema(
name: r'SingletonRecord',
id: -1817227464403095433,
properties: {
r'blob': PropertySchema(
id: 0,
name: r'blob',
type: IsarType.byteList,
)
},
estimateSize: _singletonRecordEstimateSize,
serialize: _singletonRecordSerialize,
deserialize: _singletonRecordDeserialize,
deserializeProp: _singletonRecordDeserializeProp,
idName: r'id',
indexes: {},
links: {},
embeddedSchemas: {},
getId: _singletonRecordGetId,
getLinks: _singletonRecordGetLinks,
attach: _singletonRecordAttach,
version: '3.1.0+1',
);