testnet property

bool get testnet

Implementation

bool get testnet => get('ENVIRONMENT') != 'testnet' ? false : true;