description property

  1. @TagNumber(43)
String get description

@doc The description of the project, surfaced in the generated pubspec.

Implementation

@$pb.TagNumber(43)
$core.String get description => $_getSZ(40);
  1. @TagNumber(43)
set description (String value)

Implementation

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