description property

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

Optional. A description of this sink.

The maximum length of the description is 8000 characters.

Implementation

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

Implementation

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