reqId property

String? get reqId

Implementation

String? get reqId =>
    Cnt.topUpReqId.isNotEmpty ? Cnt.topUpReqId : Cnt.mainReqId;