DashboardChartDataSchema top-level constant

Schema<DashboardChartData> const DashboardChartDataSchema

Implementation

const DashboardChartDataSchema = Schema(
  name: r'DashboardChartData',
  id: -4200617381045034431,
  properties: {
    r'headerName': PropertySchema(
      id: 0,
      name: r'headerName',
      type: IsarType.string,
    ),
    r'headerSymbol': PropertySchema(
      id: 1,
      name: r'headerSymbol',
      type: IsarType.string,
    ),
    r'headerValue': PropertySchema(
      id: 2,
      name: r'headerValue',
      type: IsarType.string,
    ),
    r'insight': PropertySchema(
      id: 3,
      name: r'insight',
      type: IsarType.object,
      target: r'Insight',
    ),
    r'plots': PropertySchema(
      id: 4,
      name: r'plots',
      type: IsarType.objectList,
      target: r'DashboardPlot',
    )
  },
  estimateSize: _dashboardChartDataEstimateSize,
  serialize: _dashboardChartDataSerialize,
  deserialize: _dashboardChartDataDeserialize,
  deserializeProp: _dashboardChartDataDeserializeProp,
);