ImportParity class

Constructors

ImportParity()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fdlProfile(Map<String, dynamic> fdl) Map<String, dynamic>
Parity profile from the canonical FDL link.
ulinkProfile(Map<String, dynamic> link) Map<String, dynamic>
Parity profile from the produced ULink link definition.
verifyLiveRouting(Map<String, dynamic> sent, Map<String, dynamic> resolved) LiveParityResult
Compare the /sdk/links payload we sent against the /sdk/resolve response the deployed edge returns for the created short link.
verifyParity(Map<String, dynamic> fdl, Map<String, dynamic> link) ParityResult
Compare an FDL canonical link against its ULink definition (static parity).

Constants

liveRoutingFields → const List<String>