menu
rtbase package
documentation
app/models/place_detail.dart
Open
Open.new constructor
Open.new constructor
dark_mode
light_mode
Open
constructor
Open
(
{
String
?
date
,
int
?
day
,
String
?
time
,
})
Creates an Open instance.
Implementation
Open({ this.date, this.day, this.time, });
rtbase package
documentation
app/models/place_detail
Open
Open.new constructor
Open class