MsgOptionsModelSchema top-level constant

Schema<MsgOptionsModel> const MsgOptionsModelSchema

Implementation

const MsgOptionsModelSchema = Schema(
  name: r'MsgOptionsModel',
  id: 2661845657255567082,
  properties: {
    r'needDecrypt': PropertySchema(
      id: 0,
      name: r'needDecrypt',
      type: IsarType.bool,
    ),
    r'offlinePush': PropertySchema(
      id: 1,
      name: r'offlinePush',
      type: IsarType.bool,
    ),
    r'storageForClient': PropertySchema(
      id: 2,
      name: r'storageForClient',
      type: IsarType.bool,
    ),
    r'storageForServer': PropertySchema(
      id: 3,
      name: r'storageForServer',
      type: IsarType.bool,
    ),
    r'updateConvMsg': PropertySchema(
      id: 4,
      name: r'updateConvMsg',
      type: IsarType.bool,
    ),
    r'updateUnreadCount': PropertySchema(
      id: 5,
      name: r'updateUnreadCount',
      type: IsarType.bool,
    )
  },
  estimateSize: _msgOptionsModelEstimateSize,
  serialize: _msgOptionsModelSerialize,
  deserialize: _msgOptionsModelDeserialize,
  deserializeProp: _msgOptionsModelDeserializeProp,
);