orientation property

  1. @TagNumber.new(25)
double get orientation

Implementation

@$pb.TagNumber(25)
$core.double get orientation => $_getN(24);
  1. @TagNumber.new(25)
set orientation (double v)

Implementation

@$pb.TagNumber(25)
set orientation($core.double v) { $_setDouble(24, v); }