AssetsVizChartTypeEnum class
Optional. One of: LINE, BAR, PIE, DOUGHNUT, POLAR, … (8 total).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → AssetsVizChartTypeEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< AssetsVizChartTypeEnum>
Constants
- BAR → const AssetsVizChartTypeEnum
- BUBBLE → const AssetsVizChartTypeEnum
- DOUGHNUT → const AssetsVizChartTypeEnum
- LINE → const AssetsVizChartTypeEnum
- PIE → const AssetsVizChartTypeEnum
- POLAR → const AssetsVizChartTypeEnum
- RADAR → const AssetsVizChartTypeEnum
- SCATTER → const AssetsVizChartTypeEnum
-
values
→ const List<
AssetsVizChartTypeEnum> - List of all possible values in this AssetsVizChartTypeEnum.