DraftModelSchema top-level constant

Schema<DraftModel> const DraftModelSchema

Implementation

const DraftModelSchema = Schema(
  name: r'DraftModel',
  id: -370211399773282223,
  properties: {
    r'content': PropertySchema(
      id: 0,
      name: r'content',
      type: IsarType.string,
    ),
    r'ext': PropertySchema(
      id: 1,
      name: r'ext',
      type: IsarType.string,
    )
  },
  estimateSize: _draftModelEstimateSize,
  serialize: _draftModelSerialize,
  deserialize: _draftModelDeserialize,
  deserializeProp: _draftModelDeserializeProp,
);