BrowserBookmarkSchema top-level constant

CollectionSchema<BrowserBookmark> const BrowserBookmarkSchema

Implementation

const BrowserBookmarkSchema = CollectionSchema(
  name: r'BrowserBookmark',
  id: -5101929761302621431,
  properties: {
    r'hashCode': PropertySchema(
      id: 0,
      name: r'hashCode',
      type: IsarType.long,
    ),
    r'name': PropertySchema(
      id: 1,
      name: r'name',
      type: IsarType.string,
    ),
    r'url': PropertySchema(
      id: 2,
      name: r'url',
      type: IsarType.string,
    )
  },
  estimateSize: _browserBookmarkEstimateSize,
  serialize: _browserBookmarkSerialize,
  deserialize: _browserBookmarkDeserialize,
  deserializeProp: _browserBookmarkDeserializeProp,
  idName: r'id',
  indexes: {
    r'url': IndexSchema(
      id: -5756857009679432345,
      name: r'url',
      unique: true,
      replace: true,
      properties: [
        IndexPropertySchema(
          name: r'url',
          type: IndexType.hash,
          caseSensitive: true,
        )
      ],
    )
  },
  links: {},
  embeddedSchemas: {},
  getId: _browserBookmarkGetId,
  getLinks: _browserBookmarkGetLinks,
  attach: _browserBookmarkAttach,
  version: '3.1.0+1',
);