Lim class

Limit values (min and max) for Dart basic datatypes and char codes

Constructors

Lim()

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

maxDateTime DateTime
Highest date/time
final
maxDateTimeSafe DateTime
Variation of maxDateTime capable of TZ conversions
final
minDateTime DateTime
Lowest date/time
final
minDateTimeSafe DateTime
Variation of minDateTime capable of TZ conversions
final

Constants

maxByte → const int
Highest byte value
maxCharCode → const int
Highest character code for the Unicode set
maxCharCodeAscii → const int
Highest character code for the ASCII set (7-bit)
maxCharCodeBmp → const int
Highest character code for the Basic Multilingual Plane (16-bit)
maxCharCodeLatin1 → const int
Highest character code for the Latin-1 set (8-bit)
maxDouble → const double
Highest double
maxDoubleNegative → const double
Highest negative double
maxInt → const int
Highest portable integer
maxMicrosecondsSinceEpoch → const int
Highest number of microseconds representing a date/time value
maxMicrosecondsSinceEpochSafe → const int
Variation of maxMicrosecondsSinceEpoch capable of TZ conversions
maxMillisecondsSinceEpoch → const int
Highest number of milliseconds representing a date/time value
maxMillisecondsSinceEpochSafe → const int
Variation of maxMillisecondsSinceEpoch capable of TZ conversions
maxNum → const num
Highest numeric (same as double)
maxNumNegative → const num
Highest negative numeric (same as double)
minByte → const int
Lowest byte value
minCharCode → const int
Lowest character code
minDouble → const double
Lowest double
minDoublePositive → const double
Lowest positive double
minInt → const int
Lowest portable integer
minMicrosecondsSinceEpoch → const int
Lowest number of microseconds representing a date/time value
minMicrosecondsSinceEpochSafe → const int
Variation of minMicrosecondsSinceEpoch capable of TZ conversions
minMillisecondsSinceEpoch → const int
Lowest number of milliseconds representing a date/time value
minMillisecondsSinceEpochSafe → const int
Variation of minMillisecondsSinceEpoch capable of TZ conversions
minNum → const num
Lowest numeric (same as double)
minNumPositive → const num
Lowest positive numeric (same as double)