Ascii class

Constructors

Ascii()

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

alnum → const int
a-zA-Z0-9
alpha → const int
a-zA-Z
bel → const int
0x07
bs → const int
0x08
cr → const int
0x0d
digit → const int
0-9
dq → const int
0x22
ec → const int
0x1b
ff → const int
0x0c
hex → const int
a-zA-Z0-9
ht → const int
0x09
lf → const int
0x0a
ll → const int
0x5f
lower → const int
a-z
space → const int
0x20
sq → const int
0x27
upper → const int
A-Z
vt → const int
0x0b