code property

  1. @TagNumber(1)
Code code

The canonical code of the condition.

Implementation

@$pb.TagNumber(1)
$49.Code get code => $_getN(0);
  1. @TagNumber(1)
void code=(Code v)

Implementation

@$pb.TagNumber(1)
set code($49.Code v) { setField(1, v); }