fields property

  1. @override
MappableFields<InsightModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<InsightModel> fields = const {
  #colorCode: _f$colorCode,
  #indicator: _f$indicator,
  #name: _f$name,
  #value: _f$value,
  #chartType: _f$chartType,
  #visualizationCode: _f$visualizationCode,
  #projectId: _f$projectId,
};