DashboardPlotSchema top-level constant
Schema<DashboardPlot>
const DashboardPlotSchema
Implementation
const DashboardPlotSchema = Schema(
name: r'DashboardPlot',
id: -4159917448319374876,
properties: {
r'label': PropertySchema(
id: 0,
name: r'label',
type: IsarType.string,
),
r'name': PropertySchema(
id: 1,
name: r'name',
type: IsarType.string,
),
r'strValue': PropertySchema(
id: 2,
name: r'strValue',
type: IsarType.string,
),
r'symbol': PropertySchema(
id: 3,
name: r'symbol',
type: IsarType.string,
),
r'value': PropertySchema(
id: 4,
name: r'value',
type: IsarType.string,
)
},
estimateSize: _dashboardPlotEstimateSize,
serialize: _dashboardPlotSerialize,
deserialize: _dashboardPlotDeserialize,
deserializeProp: _dashboardPlotDeserializeProp,
);