exception property

  1. @TagNumber(10)
String get exception

Implementation

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

Implementation

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