InsightSchema top-level constant

Schema<Insight> const InsightSchema

Implementation

const InsightSchema = Schema(
  name: r'Insight',
  id: -5337822884227880275,
  properties: {
    r'colorCode': PropertySchema(
      id: 0,
      name: r'colorCode',
      type: IsarType.string,
    ),
    r'indicator': PropertySchema(
      id: 1,
      name: r'indicator',
      type: IsarType.string,
    ),
    r'name': PropertySchema(
      id: 2,
      name: r'name',
      type: IsarType.string,
    ),
    r'value': PropertySchema(
      id: 3,
      name: r'value',
      type: IsarType.string,
    )
  },
  estimateSize: _insightEstimateSize,
  serialize: _insightSerialize,
  deserialize: _insightDeserialize,
  deserializeProp: _insightDeserializeProp,
);