description property

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

The description of the inventory item

Implementation

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

Implementation

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