specialInstructions property

  1. @TagNumber(6)
String get specialInstructions

Implementation

@$pb.TagNumber(6)
$core.String get specialInstructions => $_getSZ(5);
  1. @TagNumber(6)
set specialInstructions (String v)

Implementation

@$pb.TagNumber(6)
set specialInstructions($core.String v) { $_setString(5, v); }