networkProtocol property

  1. @TagNumber(9)
String networkProtocol

Implementation

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

Implementation

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