AtUri.parse constructor

AtUri.parse(
  1. String uri
)

Returns the new instance of parsed AT URI.

Implementation

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