DbMetadataSchema top-level constant Null safety

CollectionSchema<DbMetadata> const DbMetadataSchema

Implementation

const DbMetadataSchema = CollectionSchema(
  name: r'DbMetadata',
  id: -8585861370448577604,
  properties: {
    r'data': PropertySchema(
      id: 0,
      name: r'data',
      type: IsarType.string,
    ),
    r'name': PropertySchema(
      id: 1,
      name: r'name',
      type: IsarType.string,
    )
  },
  estimateSize: _dbMetadataEstimateSize,
  serialize: _dbMetadataSerialize,
  deserialize: _dbMetadataDeserialize,
  deserializeProp: _dbMetadataDeserializeProp,
  idName: r'id',
  indexes: {},
  links: {},
  embeddedSchemas: {},
  getId: _dbMetadataGetId,
  getLinks: _dbMetadataGetLinks,
  attach: _dbMetadataAttach,
  version: '3.0.5',
);