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