AsciiRanges class sealed

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

Static Properties

all List<Range<int>>
no setter
alphaNumeric List<Range<int>>
Alpha numeric characters include lower- and uppercase letters as well as all numbers.
no setter
letters List<Range<int>>
All lower- and uppercase letters.
no setter
special List<Range<int>>
All special ranges.
no setter

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.