IntConstants class
Provides useful constants for the int type
Constructors
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
- byte → const int
- Represents 2^8 (256), a byte.
- maxFinite → const int
-
The maximum finite value for an
int(on native platforms) On web platforms, int values are represented as 64-bit floating-point numbers. Bitwise operations on the web operate on 32 bit integers. - minFinite → const int
-
The minimum finite value for an
int(on native platforms) On web platforms, int values are represented as 64-bit floating-point numbers. Bitwise operations on the web operate on 32 bit integers. - word → const int
- Represents 2^16 (65536), a word.