description property

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

The description of the qc sample

Implementation

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

Implementation

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