GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint constructor

GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint({
  1. GoogleTypeDate? date,
  2. int? day,
  3. int? hour,
  4. int? minute,
  5. bool? truncated,
})

Implementation

GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint({
  this.date,
  this.day,
  this.hour,
  this.minute,
  this.truncated,
});