description property

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

Optional. Description of the environment.

Implementation

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

Implementation

@$pb.TagNumber(7)
set description($core.String v) {
  $_setString(6, v);
}