RepoSchema top-level constant

CollectionSchema<Repo> const RepoSchema

Implementation

const RepoSchema = CollectionSchema(
  name: r'Repo',
  id: 8520529424681796092,
  properties: {r'url': PropertySchema(id: 0, name: r'url', type: IsarType.string)},
  estimateSize: _repoEstimateSize,
  serialize: _repoSerialize,
  deserialize: _repoDeserialize,
  deserializeProp: _repoDeserializeProp,
  idName: r'id',
  indexes: {
    r'url': IndexSchema(
      id: -5756857009679432345,
      name: r'url',
      unique: true,
      replace: false,
      properties: [IndexPropertySchema(name: r'url', type: IndexType.hash, caseSensitive: true)],
    ),
  },
  links: {
    r'package': LinkSchema(
      id: 6778027224369853469,
      name: r'package',
      target: r'Package',
      single: false,
      linkName: r'repo',
    ),
  },
  embeddedSchemas: {},
  getId: _repoGetId,
  getLinks: _repoGetLinks,
  attach: _repoAttach,
  version: '3.1.0+1',
);