BiReservation constructor

BiReservation({
  1. String? name,
  2. List<TableReference>? preferredTables,
  3. String? size,
  4. String? updateTime,
})

Implementation

BiReservation({
  this.name,
  this.preferredTables,
  this.size,
  this.updateTime,
});