DashboardPlotModel class

Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

DashboardPlotModel({String? strValue, String? label, String? name, String? value, String? symbol, String? projectId, String? chartType, String? visualizationCode})

Properties

chartType String?
final
copyWith DashboardPlotModelCopyWith<DashboardPlotModel, DashboardPlotModel, DashboardPlotModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
label String?
final
name String?
final
projectId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strValue String?
final
symbol String?
final
value String?
final
visualizationCode String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited