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
Constants
-
lowerLetters
→ const Range<int>
-
All characters from
a
to z
, both inclusive.
-
numbers
→ const Range<int>
-
All characters from
0
to 9
, both inclusive.
-
special1
→ const Range<int>
-
The special characters
!
, "
, #
, $
, %
, &
, '
,
(
, )
, *
, +
, ,
, -
, .
, /
and space.
-
special2
→ const Range<int>
-
The special characters
:
, ;
, <
, =
, >
, ?
, and @
.
-
special3
→ const Range<int>
-
The special characters
[
, \
, ]
, ^
, _
and ` (backtick).
-
special4
→ const Range<int>
-
The special characters
{
, |
, }
, and ~
.
-
upperLetters
→ const Range<int>
-
All characters from
A
to Z
, both inclusive.