url property

Uri? url
getter/setter pair

A URL to the target host.

REQUIRED. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets}.

Implementation

Uri? url;