url property
@doc
The URL of the endpoint. This can be a full URL or, in the case of an API
Group endpoint, this will simply be the sub-path of the API url
(e.g. "/posts/postId").
Implementation
@$pb.TagNumber(2)
$core.String get url => $_getSZ(1);