connectionPriority property

  1. @TagNumber(3)
int get connectionPriority

Implementation

@$pb.TagNumber(3)
$core.int get connectionPriority => $_getIZ(2);
  1. @TagNumber(3)
set connectionPriority (int v)

Implementation

@$pb.TagNumber(3)
set connectionPriority($core.int v) {
  $_setSignedInt32(2, v);
}