CowDataBandValue class Null safety
초기에 그래프에 밴드를 표시할때 사용되던건데 이제 사용되지 않습니다.
- Annotations
Constructors
- CowDataBandValue({required double mean, required double lower, required double upper})
-
CowDataBandValue.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lower → double
-
@JsonKey(name: 'lower'), final
- mean → double
-
@JsonKey(name: 'mean'), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- upper → double
-
@JsonKey(name: 'upper'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited