menu
fischerandom_chess package
documentation
validators.dart
FischerRandomValidators
isInteger method
isInteger method
dark_mode
light_mode
isInteger
method
bool
isInteger
(
num
value
)
Implementation
bool isInteger(num value) => (value % 1) == 0;
fischerandom_chess package
documentation
validators
FischerRandomValidators
isInteger method
FischerRandomValidators class