Url class Null safety

Inheritance

Properties

args List<Object>
finalinherited
cause Object?
finalinherited
encryption Parsing
Invalid Encryption.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
licenseDocument Parsing
The JSON is not representing a valid License Document.
read-onlyinherited
Invalid Link.
read-onlyinherited
malformedJSON Parsing
The JSON is malformed and can't be parsed.
read-onlyinherited
message String?
finalinherited
quantity int?
finalinherited
rel String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
signature Parsing
Invalid License Document Signature.
read-onlyinherited
statusDocument Parsing
The JSON is not representing a valid Status Document.
read-onlyinherited
userMessageId String
finalinherited

Methods

getUserMessage(LocalizationsRepository localizationsRepository, {bool includesCauses = true}) String
Gets the localized user-facing message for this exception.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
url(String rel) Url
inherited

Operators

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