menu
pw package
documentation
pwcrypto.dart
PWCrypto
isPar static method
isPar static method
dark_mode
light_mode
isPar
static method
bool
isPar
(
num
n
)
Implementation
static bool isPar(num n) { return n % 2 == 0; }
pw package
documentation
pwcrypto
PWCrypto
isPar static method
PWCrypto class