menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
BigIntHelper
toBool property
toBool property
dark_mode
light_mode
toBool
property
bool
get
toBool
Implementation
bool get toBool { return this == BigInt.zero ? false : true; }
blockchain_utils package
documentation
helper/extensions/extensions
BigIntHelper
toBool property
BigIntHelper extension on
BigInt