CowDataValue class Null safety Models

소 데이터의 값을 나타내는 모델입니다.

Annotations

Constructors

CowDataValue({required double value, bool? isHighlighted, CowDataBandValue? total})
CowDataValue.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
isHighlighted bool?
리포트 카드가 발행되었다면 이 값이 true가 될것이고 그래프에서 빨갛게 표시합니다.
@JsonKey(name: 'is_highlighted'), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
total CowDataBandValue?
이 값은 더이상 사용되지 않습니다.
@JsonKey(name: 'total'), final
value double
Action의 값
@JsonKey(name: 'value'), 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