closingMinute property
The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 24 60
Implementation
@JsonKey(name: 'closing_minute')
int get closingMinute;
The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 24 60
@JsonKey(name: 'closing_minute')
int get closingMinute;