direction property

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

Implementation

@$pb.TagNumber(13)
$core.String get direction => $_getSZ(12);
  1. @TagNumber.new(13)
set direction (String v)

Implementation

@$pb.TagNumber(13)
set direction($core.String v) {
  $_setString(12, v);
}