DictionaryHeadingSchema top-level constant
Implementation
const DictionaryHeadingSchema = CollectionSchema(
name: r'DictionaryHeading',
id: 6765306005060595698,
properties: {
r'hashCode': PropertySchema(
id: 0,
name: r'hashCode',
type: IsarType.long,
),
r'reading': PropertySchema(
id: 1,
name: r'reading',
type: IsarType.string,
),
r'term': PropertySchema(
id: 2,
name: r'term',
type: IsarType.string,
),
r'termLength': PropertySchema(
id: 3,
name: r'termLength',
type: IsarType.long,
)
},
estimateSize: _dictionaryHeadingEstimateSize,
serialize: _dictionaryHeadingSerialize,
deserialize: _dictionaryHeadingDeserialize,
deserializeProp: _dictionaryHeadingDeserializeProp,
idName: r'id',
indexes: {
r'term': IndexSchema(
id: 5114652110782333408,
name: r'term',
unique: false,
replace: false,
properties: [
IndexPropertySchema(
name: r'term',
type: IndexType.value,
caseSensitive: false,
)
],
),
r'reading': IndexSchema(
id: -8872607090340677149,
name: r'reading',
unique: false,
replace: false,
properties: [
IndexPropertySchema(
name: r'reading',
type: IndexType.value,
caseSensitive: false,
)
],
),
r'termLength': IndexSchema(
id: 3077462675055986876,
name: r'termLength',
unique: false,
replace: false,
properties: [
IndexPropertySchema(
name: r'termLength',
type: IndexType.value,
caseSensitive: false,
)
],
)
},
links: {
r'entries': LinkSchema(
id: -6287349905872287099,
name: r'entries',
target: r'DictionaryEntry',
single: false,
linkName: r'heading',
),
r'pitches': LinkSchema(
id: 1828666613806831240,
name: r'pitches',
target: r'DictionaryPitch',
single: false,
linkName: r'heading',
),
r'tags': LinkSchema(
id: 5886139192145298467,
name: r'tags',
target: r'DictionaryTag',
single: false,
),
r'frequencies': LinkSchema(
id: 6135777493922970745,
name: r'frequencies',
target: r'DictionaryFrequency',
single: false,
linkName: r'heading',
)
},
embeddedSchemas: {},
getId: _dictionaryHeadingGetId,
getLinks: _dictionaryHeadingGetLinks,
attach: _dictionaryHeadingAttach,
version: '3.1.0+1',
);