DictionaryTagSchema top-level constant

CollectionSchema<DictionaryTag> const DictionaryTagSchema

Implementation

const DictionaryTagSchema = CollectionSchema(
  name: r'DictionaryTag',
  id: -279734119535561079,
  properties: {
    r'category': PropertySchema(
      id: 0,
      name: r'category',
      type: IsarType.string,
    ),
    r'dictionaryId': PropertySchema(
      id: 1,
      name: r'dictionaryId',
      type: IsarType.long,
    ),
    r'hashCode': PropertySchema(
      id: 2,
      name: r'hashCode',
      type: IsarType.long,
    ),
    r'name': PropertySchema(
      id: 3,
      name: r'name',
      type: IsarType.string,
    ),
    r'notes': PropertySchema(
      id: 4,
      name: r'notes',
      type: IsarType.string,
    ),
    r'popularity': PropertySchema(
      id: 5,
      name: r'popularity',
      type: IsarType.double,
    ),
    r'sortingOrder': PropertySchema(
      id: 6,
      name: r'sortingOrder',
      type: IsarType.long,
    )
  },
  estimateSize: _dictionaryTagEstimateSize,
  serialize: _dictionaryTagSerialize,
  deserialize: _dictionaryTagDeserialize,
  deserializeProp: _dictionaryTagDeserializeProp,
  idName: r'isarId',
  indexes: {
    r'name': IndexSchema(
      id: 879695947855722453,
      name: r'name',
      unique: false,
      replace: false,
      properties: [
        IndexPropertySchema(
          name: r'name',
          type: IndexType.hash,
          caseSensitive: true,
        )
      ],
    )
  },
  links: {
    r'dictionary': LinkSchema(
      id: 471294922928602766,
      name: r'dictionary',
      target: r'Dictionary',
      single: true,
    )
  },
  embeddedSchemas: {},
  getId: _dictionaryTagGetId,
  getLinks: _dictionaryTagGetLinks,
  attach: _dictionaryTagAttach,
  version: '3.1.0+1',
);