exception property

  1. @TagNumber(1)
String get exception

Implementation

@$pb.TagNumber(1)
$core.String get exception => $_getSZ(0);
  1. @TagNumber(1)
set exception (String v)

Implementation

@$pb.TagNumber(1)
set exception($core.String v) {
  $_setString(0, v);
}