roomExtInfo property
String?
get
roomExtInfo
Implementation
String? get roomExtInfo {
return $$context$$["roomExtInfo"];
}
set
roomExtInfo
(String? value)
Implementation
set roomExtInfo(String? value) {
$$context$$["roomExtInfo"] = value;
}