description property

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

User-provided description of the backup.

Implementation

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

Implementation

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