endpoint property

  1. @TagNumber.new(7)
String get endpoint

The new URL of the endpoint to call. If not set, the endpoint will not be changed.

Implementation

@$pb.TagNumber(7)
$core.String get endpoint => $_getSZ(6);
  1. @TagNumber.new(7)
set endpoint (String value)

Implementation

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