description property

  1. @TagNumber.new(13)
String get description

The description of the workflow rule

Implementation

@$pb.TagNumber(13)
$core.String get description => $_getSZ(5);
  1. @TagNumber.new(13)
set description (String value)

Implementation

@$pb.TagNumber(13)
set description($core.String value) => $_setString(5, value);