fields property

  1. @override
MappableFields<DashboardResponseModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<DashboardResponseModel> fields = const {
  #drillDownChartId: _f$drillDownChartId,
  #showLabel: _f$showLabel,
  #hideInsights: _f$hideInsights,
  #hideHeaderDenomination: _f$hideHeaderDenomination,
  #projectId: _f$projectId,
  #chartType: _f$chartType,
  #visualizationCode: _f$visualizationCode,
  #data: _f$data,
};