ReservationCoverageGroup constructor

ReservationCoverageGroup({
  1. Map<String, String>? attributes,
  2. Coverage? coverage,
})

Implementation

ReservationCoverageGroup({
  this.attributes,
  this.coverage,
});