menu
bedcomponent package
documentation
bed_component_with_rrg.dart
Result
Result.new const constructor
Result.new const constructor
dark_mode
light_mode
Result
constructor
const
Result
(
{
required
String
?
rrg
,
required
String
rbrg
,
String
?
roomNumber
,
String
?
bedName
,
})
Implementation
const Result({ required this.rrg, required this.rbrg, this.roomNumber, this.bedName, });
bedcomponent package
documentation
bed_component_with_rrg
Result
Result.new const constructor
Result class