DictionaryEntrySchema top-level constant
Implementation
const DictionaryEntrySchema = CollectionSchema(
name: r'DictionaryEntry',
id: 433168435156867289,
properties: {
r'audioPaths': PropertySchema(
id: 0,
name: r'audioPaths',
type: IsarType.stringList,
),
r'compactDefinitions': PropertySchema(
id: 1,
name: r'compactDefinitions',
type: IsarType.string,
),
r'definitions': PropertySchema(
id: 2,
name: r'definitions',
type: IsarType.stringList,
),
r'extra': PropertySchema(
id: 3,
name: r'extra',
type: IsarType.string,
),
r'hashCode': PropertySchema(
id: 4,
name: r'hashCode',
type: IsarType.long,
),
r'imagePaths': PropertySchema(
id: 5,
name: r'imagePaths',
type: IsarType.stringList,
),
r'popularity': PropertySchema(
id: 6,
name: r'popularity',
type: IsarType.double,
)
},
estimateSize: _dictionaryEntryEstimateSize,
serialize: _dictionaryEntrySerialize,
deserialize: _dictionaryEntryDeserialize,
deserializeProp: _dictionaryEntryDeserializeProp,
idName: r'id',
indexes: {
r'popularity': IndexSchema(
id: -817613675826504681,
name: r'popularity',
unique: false,
replace: false,
properties: [
IndexPropertySchema(
name: r'popularity',
type: IndexType.value,
caseSensitive: false,
)
],
)
},
links: {
r'heading': LinkSchema(
id: -4704430193657935305,
name: r'heading',
target: r'DictionaryHeading',
single: true,
),
r'dictionary': LinkSchema(
id: -6355072513406452395,
name: r'dictionary',
target: r'Dictionary',
single: true,
),
r'tags': LinkSchema(
id: -2501447202146920481,
name: r'tags',
target: r'DictionaryTag',
single: false,
)
},
embeddedSchemas: {},
getId: _dictionaryEntryGetId,
getLinks: _dictionaryEntryGetLinks,
attach: _dictionaryEntryAttach,
version: '3.1.0+1',
);