networkProtocol property

  1. @TagNumber(10)
String networkProtocol

Implementation

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

Implementation

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