description property

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

The description of the note

Implementation

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

Implementation

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