UriRecord class

A record holding a URI, stored with its common prefix abbreviated to a single byte.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The reassembled URI.
final

Methods

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

Static Methods

create(Uri uri) NdefRecord
Builds a well-known URI record, abbreviating the longest matching prefix.
from(NdefRecord record) UriRecord?
Reads record as a URI record, or returns null when it is not one or is malformed.