BexPosResult constructor

BexPosResult(
  1. String? posMessage,
  2. String? md,
  3. String? signature,
  4. String? timestamp,
  5. String? token,
  6. String? xid,
)

Implementation

BexPosResult(this.posMessage, this.md, this.signature, this.timestamp,
    this.token, this.xid);