SpecialChars class Null safety

A handful of special characters used in UserEvent.type.

See: testing-library.com/docs/ecosystem-user-event/#specialchars

Annotations

Constructors

SpecialChars()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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

Constants

arrowDown → const String
'{arrowdown}'
arrowLeft → const String
'{arrowleft}'
arrowRight → const String
'{arrowright}'
arrowUp → const String
'{arrowup}'
backspace → const String
'{backspace}'
delete → const String
'{del}'
end → const String
'{end}'
enter → const String
'{enter}'
escape → const String
'{esc}'
home → const String
'{home}'
selectAll → const String
'{selectall}'
space → const String
'{space}'
whitespace → const String
' '