MessageItemSchema top-level constant

CollectionSchema<MessageItem> const MessageItemSchema

Implementation

const MessageItemSchema = CollectionSchema(
  name: r'MessageItem',
  id: -5146512751102916430,
  properties: {
    r'isBot': PropertySchema(
      id: 0,
      name: r'isBot',
      type: IsarType.bool,
    ),
    r'message': PropertySchema(
      id: 1,
      name: r'message',
      type: IsarType.string,
    )
  },
  estimateSize: _messageItemEstimateSize,
  serialize: _messageItemSerialize,
  deserialize: _messageItemDeserialize,
  deserializeProp: _messageItemDeserializeProp,
  idName: r'id',
  indexes: {},
  links: {},
  embeddedSchemas: {},
  getId: _messageItemGetId,
  getLinks: _messageItemGetLinks,
  attach: _messageItemAttach,
  version: '3.1.0+1',
);