BiReservation constructor
BiReservation({
- String? name,
- List<
TableReference> ? preferredTables, - String? size,
- String? updateTime,
Implementation
BiReservation({
this.name,
this.preferredTables,
this.size,
this.updateTime,
});