data property Null safety

List<CowDataDay> data
@JsonKey(name: 'data'), final

Implementation

@JsonKey(name: 'data')
final List<CowDataDay> data;