AtUri.parse constructor

AtUri.parse(
  1. String uri
)

Returns the new instance of parsed AT URI.

This factory performs a loose, best-effort parse and does not enforce the full AT URI syntax rules. Use AtUri.parseStrict to fully validate uri against the AT Protocol specification.

Implementation

factory AtUri.parse(final String uri) = CheckedAtUri;