then property

  1. @TagNumber(3)
Expr get then

Then is the body of the case.

Implementation

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

Implementation

@$pb.TagNumber(3)
set then(Expr v) { setField(3, v); }