webOnly property

  1. @TagNumber(6)
bool get webOnly

Admin only for now. Whether to ignore mobile specific requirements.

Implementation

@$pb.TagNumber(6)
$core.bool get webOnly => $_getBF(5);
  1. @TagNumber(6)
set webOnly (bool value)

Implementation

@$pb.TagNumber(6)
set webOnly($core.bool value) => $_setBool(5, value);