DictionaryFrequencySchema top-level constant

CollectionSchema<DictionaryFrequency> const DictionaryFrequencySchema

Implementation

const DictionaryFrequencySchema = CollectionSchema(
  name: r'DictionaryFrequency',
  id: 2045353883102057112,
  properties: {
    r'displayValue': PropertySchema(
      id: 0,
      name: r'displayValue',
      type: IsarType.string,
    ),
    r'hashCode': PropertySchema(
      id: 1,
      name: r'hashCode',
      type: IsarType.long,
    ),
    r'value': PropertySchema(
      id: 2,
      name: r'value',
      type: IsarType.double,
    )
  },
  estimateSize: _dictionaryFrequencyEstimateSize,
  serialize: _dictionaryFrequencySerialize,
  deserialize: _dictionaryFrequencyDeserialize,
  deserializeProp: _dictionaryFrequencyDeserializeProp,
  idName: r'id',
  indexes: {},
  links: {
    r'heading': LinkSchema(
      id: -3519613892290749971,
      name: r'heading',
      target: r'DictionaryHeading',
      single: true,
    ),
    r'dictionary': LinkSchema(
      id: 7440249776312249317,
      name: r'dictionary',
      target: r'Dictionary',
      single: true,
    )
  },
  embeddedSchemas: {},
  getId: _dictionaryFrequencyGetId,
  getLinks: _dictionaryFrequencyGetLinks,
  attach: _dictionaryFrequencyAttach,
  version: '3.1.0+1',
);