description property

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

The short description of the step.

Implementation

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

Implementation

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