fail property

Implementation

GetRoomInfoFailCallback? get fail {
  return fail;
}
set fail (GetRoomInfoFailCallback? value)

Implementation

set fail(GetRoomInfoFailCallback? value) {
  $$context$$["fail"] = (res) {
    value?.call(GeneralCallbackResult($$context$$: res));
  };
}