DictionaryPitchSchema top-level constant
Implementation
const DictionaryPitchSchema = CollectionSchema(
name: r'DictionaryPitch',
id: 7201735020230863881,
properties: {
r'downstep': PropertySchema(
id: 0,
name: r'downstep',
type: IsarType.long,
),
r'hashCode': PropertySchema(
id: 1,
name: r'hashCode',
type: IsarType.long,
)
},
estimateSize: _dictionaryPitchEstimateSize,
serialize: _dictionaryPitchSerialize,
deserialize: _dictionaryPitchDeserialize,
deserializeProp: _dictionaryPitchDeserializeProp,
idName: r'id',
indexes: {},
links: {
r'heading': LinkSchema(
id: 3668948122855608015,
name: r'heading',
target: r'DictionaryHeading',
single: true,
),
r'dictionary': LinkSchema(
id: 4406391262247317541,
name: r'dictionary',
target: r'Dictionary',
single: true,
)
},
embeddedSchemas: {},
getId: _dictionaryPitchGetId,
getLinks: _dictionaryPitchGetLinks,
attach: _dictionaryPitchAttach,
version: '3.1.0+1',
);