date property

  1. @JsonKey(name: 'dt')
int date
getter/setter pair

Holds the date of the weather data

Implementation

@JsonKey(name: 'dt')
int date;