appEndpoint property

  1. @TagNumber.new(13)
String get appEndpoint

Stores the endpoint of the application execution

Implementation

@$pb.TagNumber(13)
$core.String get appEndpoint => $_getSZ(3);
  1. @TagNumber.new(13)
set appEndpoint (String value)

Implementation

@$pb.TagNumber(13)
set appEndpoint($core.String value) => $_setString(3, value);