protocol property

  1. @TagNumber(9)
String get protocol

Implementation

@$pb.TagNumber(9)
$core.String get protocol => $_getSZ(8);
  1. @TagNumber(9)
set protocol (String v)

Implementation

@$pb.TagNumber(9)
set protocol($core.String v) {
  $_setString(8, v);
}