otherwise property

  1. @TagNumber(4)
Expr get otherwise

Otherwise is the body of the case.

Implementation

@$pb.TagNumber(4)
Expr get otherwise => $_getN(3);
  1. @TagNumber(4)
set otherwise (Expr v)

Implementation

@$pb.TagNumber(4)
set otherwise(Expr v) { setField(4, v); }