instruction property

  1. @TagNumber.new(17)
String get instruction

Implementation

@$pb.TagNumber(17)
$core.String get instruction => $_getSZ(16);
  1. @TagNumber.new(17)
set instruction (String value)

Implementation

@$pb.TagNumber(17)
set instruction($core.String value) => $_setString(16, value);