specifications property

  1. @TagNumber.new(13)
String get specifications

The specifications of the item

Implementation

@$pb.TagNumber(13)
$core.String get specifications => $_getSZ(4);
  1. @TagNumber.new(13)
set specifications (String value)

Implementation

@$pb.TagNumber(13)
set specifications($core.String value) => $_setString(4, value);