SpecialChars class abstract

A handful of special characters used in UserEvent.type.

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

Annotations
  • @sealed

Constructors

SpecialChars()

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

Constants

arrowDown → const String
arrowLeft → const String
arrowRight → const String
arrowUp → const String
backspace → const String
delete → const String
end → const String
enter → const String
escape → const String
home → const String
selectAll → const String
space → const String
whitespace → const String