CowDataDay class Null safety Models

일별 소 데이터입니다.

Annotations

Constructors

CowDataDay({DateTime? date, required List<CowDataHour> cowDataHour})
CowDataDay.fromJson(Map<String, dynamic> json)
factory

Properties

cowDataHour List<CowDataHour>
이 데이터안에 시간별 데이터가 리스트로 들어있습니다.
@JsonKey(name: 'data'), read / write
date DateTime?
이 데이터의 생성날짜입니다.
@JsonKey(name: 'date', fromJson: dateTimeFromJson, toJson: dateTimeToJson), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

diffDay(String birth) double
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