description property

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

The description of the qc sample

Implementation

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

Implementation

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