Room constructor

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

Implementation

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