isUint64 property
bool
get
isUint64
Check if this is an unsigned 64 bit integer.
Implementation
bool get isUint64 => isUnsigned(8);
Check if this is an unsigned 64 bit integer.
bool get isUint64 => isUnsigned(8);