menu
witnet package
documentation
utils.dart
DotEnvUtil
testnet property
testnet property
dark_mode
light_mode
testnet
property
bool
get
testnet
Implementation
bool get testnet => get('ENVIRONMENT') != 'testnet' ? false : true;
witnet package
documentation
utils
DotEnvUtil
testnet property
DotEnvUtil class