description property

  1. @TagNumber(10)
String get description

Illustrative sentences for describing the functionality of the processor.

Implementation

@$pb.TagNumber(10)
$core.String get description => $_getSZ(8);
  1. @TagNumber(10)
set description (String v)

Implementation

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