description property

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

One or more paragraphs of text description of a certificate map entry.

Implementation

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

Implementation

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