description property

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

The description of the goal

Implementation

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

Implementation

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