appHost property

  1. @TagNumber(6)
String get appHost

Implementation

@$pb.TagNumber(6)
$core.String get appHost => $_getSZ(5);
  1. @TagNumber(6)
set appHost (String value)

Implementation

@$pb.TagNumber(6)
set appHost($core.String value) => $_setString(5, value);