description property

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

The description of the activity

Implementation

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

Implementation

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