description property

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

The description of the infrastructure

Implementation

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

Implementation

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