description property

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

The description of the ledger

Implementation

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

Implementation

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