Room constructor
Room([
- void b()?
Creates a new Room object using the builder pattern.
Implementation
factory Room([void Function(RoomBuilder)? b]) = _$Room;
Creates a new Room object using the builder pattern.
factory Room([void Function(RoomBuilder)? b]) = _$Room;