Room constructor

Room([
  1. void b(
    1. RoomBuilder
    )?
])

Creates a new Room object using the builder pattern.

Implementation

factory Room([void Function(RoomBuilder)? b]) = _$Room;