UpiResponse constructor

UpiResponse({
  1. String? status,
  2. String? strMessage,
})

Implementation

UpiResponse({this.status,this.strMessage});