description property

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

A description of the step. Usually this is a summary of the state.

Implementation

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

Implementation

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