isHosting property

  1. @TagNumber.new(1)
bool get isHosting

Implementation

@$pb.TagNumber(1)
$core.bool get isHosting => $_getBF(0);
  1. @TagNumber.new(1)
set isHosting (bool value)

Implementation

@$pb.TagNumber(1)
set isHosting($core.bool value) => $_setBool(0, value);