AccountName class

AccountName encoding for account names.

Constructors

AccountName(String accountName)

Properties

accountName String?
getter/setter pair
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.
override
toStringEscaped() String
Gets an escaped string representation for EPasa usage.

Operators

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

Static Properties

ALLOWED_ALL List<String>
final
ALLOWED_START List<String>
final
CHARS_TO_ESCAPE List<String>
final
REGEX_TO_ESCAPE String
final

Static Methods

isEscape(String c1, String c2) bool
Gets a value indicating whether the current char c1 is an escape modifier and the second is in the list of chars to escape.
validate(String value) String
Validates a string.