MsgOfflinePushModelSchema top-level constant

Schema<MsgOfflinePushModel> const MsgOfflinePushModelSchema

Implementation

const MsgOfflinePushModelSchema = Schema(
  name: r'MsgOfflinePushModel',
  id: -722606130927360734,
  properties: {
    r'content': PropertySchema(
      id: 0,
      name: r'content',
      type: IsarType.string,
    ),
    r'payload': PropertySchema(
      id: 1,
      name: r'payload',
      type: IsarType.string,
    ),
    r'title': PropertySchema(
      id: 2,
      name: r'title',
      type: IsarType.string,
    )
  },
  estimateSize: _msgOfflinePushModelEstimateSize,
  serialize: _msgOfflinePushModelSerialize,
  deserialize: _msgOfflinePushModelDeserialize,
  deserializeProp: _msgOfflinePushModelDeserializeProp,
);