specifications property

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

Optional specifications

Implementation

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

Implementation

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