RadarMapModel class
Constructors
-
RadarMapModel({required List<
LegendModel> legend, required List<MapDataModel> data, required List<IndicatorModel> indicator, required double radius, int duration = 2000, Shape shape = Shape.circle, LineModel? line, int alpha = 80, bool? dilog = true, DialogModel? dialogModel, double? outTextSize, double? maxWidth})
Properties
- alpha ↔ int
-
getter/setter pair
-
data
↔ List<
MapDataModel> -
getter/setter pair
- dialogModel ↔ DialogModel?
-
getter/setter pair
- dilog ↔ bool?
-
getter/setter pair
- duration ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
indicator
↔ List<
IndicatorModel> -
getter/setter pair
-
legend
↔ List<
LegendModel> -
getter/setter pair
- line ↔ LineModel?
-
getter/setter pair
- maxWidth ↔ double?
-
getter/setter pair
- outTextSize ↔ double?
-
getter/setter pair
- radius ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape ↔ Shape
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited