isSandbox property
bool
get
isSandbox
Returns true
if environment is PhonePeEnvironment.sandbox.
Implementation
bool get isSandbox => environment == PhonePeEnvironment.sandbox;
Returns true
if environment is PhonePeEnvironment.sandbox.
bool get isSandbox => environment == PhonePeEnvironment.sandbox;