exception property

  1. @TagNumber(6)
BridgeException get exception

Implementation

@$pb.TagNumber(6)
BridgeException get exception => $_getN(5);
  1. @TagNumber(6)
set exception (BridgeException v)

Implementation

@$pb.TagNumber(6)
set exception(BridgeException v) { setField(6, v); }