velocity_x package
documentation
velocity_x
NumExtension
isEven property
isEven
isEven
property
bool
isEven
Returns if the number is even
Implementation
bool get isEven => this % 2 == 0;
velocity_x package
documentation
velocity_x
NumExtension
isEven property
NumExtension extension
Properties
heightBox
isEven
isNegative
isNotNull
isNull
isOdd
isPositive
numberOfDigits
numCurrency
squareBox
text
widthBox
Methods
numCurrencyWithLocale
toDollarAsFixed
toDoubleStringAsFixed
toDoubleStringAsPrecised