contextLength property

  1. @TagNumber.new(4)
int get contextLength

Additional component-level fields from rac_vlm_config_t.

Implementation

@$pb.TagNumber(4)
$core.int get contextLength => $_getIZ(3);
  1. @TagNumber.new(4)
set contextLength (int value)

Implementation

@$pb.TagNumber(4)
set contextLength($core.int value) => $_setSignedInt32(3, value);