Endpoint class

Represents an Endpoint in the S3I-Directory data model.

Annotations

Constructors

Endpoint(String endpoint)
Creates an Endpoint with the given endpoint.
const

Properties

endpoint String
The endpoint of an thing in the S3I.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAsURI() Uri
Returns the given endpoint parsed to an valid URI.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited