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