farmershands
cow_status
CowStatus
CowStatus.fromJson factory constructor
CowStatus.fromJson
CowStatus.fromJson
constructor
Null safety
CowStatus.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory CowStatus.fromJson(Map<String, dynamic> json) => _$CowStatusFromJson(json);
farmershands
cow_status
CowStatus
CowStatus.fromJson factory constructor
CowStatus class
Constructors
CowStatus
fromJson
Properties
alertCowCnt
alertCowRatio
alertCows
cautionCowCnt
cautionCowRatio
cautionCows
goodCowCnt
goodCowRatio
goodCows
hashCode
runtimeType
seriousCowCnt
seriousCowRatio
seriousCows
sum
Methods
noSuchMethod
toJson
toString
Operators
operator ==