isOtherwise property

  1. @TagNumber(1)
bool get isOtherwise

Whether the case is otherwise.

Implementation

@$pb.TagNumber(1)
$core.bool get isOtherwise => $_getBF(0);
  1. @TagNumber(1)
set isOtherwise (bool v)

Implementation

@$pb.TagNumber(1)
set isOtherwise($core.bool v) { $_setBool(0, v); }