description property

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

@optional

@description An updated detailed description of the action code's purpose.

@example "Revised to include high-priority hardware failures."

@regex .*

@format May contain any UTF-8 characters or be left empty.

Implementation

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

Implementation

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