NoticeOptionsModelSchema top-level constant

Schema<NoticeOptionsModel> const NoticeOptionsModelSchema

Implementation

const NoticeOptionsModelSchema = Schema(
  name: r'NoticeOptionsModel',
  id: -5692169215493622784,
  properties: {
    r'storageForClient': PropertySchema(
      id: 0,
      name: r'storageForClient',
      type: IsarType.bool,
    ),
    r'updateConvNotice': PropertySchema(
      id: 1,
      name: r'updateConvNotice',
      type: IsarType.bool,
    )
  },
  estimateSize: _noticeOptionsModelEstimateSize,
  serialize: _noticeOptionsModelSerialize,
  deserialize: _noticeOptionsModelDeserialize,
  deserializeProp: _noticeOptionsModelDeserializeProp,
);