AtKeyValidator class abstract

Validates String representation of a AtKey For example String representation of a public key PublicKey will be public:phone.wavi@bob

Constructors

AtKeyValidator()

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
validate(String key, ValidationContext context) ValidationResult

Operators

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