BexPosResult.fromJson constructor

BexPosResult.fromJson(
  1. Map json
)

Implementation

BexPosResult.fromJson(Map<dynamic, dynamic> json)
    : posMessage = json['posMessage'],
      md = json['md'],
      signature = json['signature'],
      timestamp = json['timestamp'],
      token = json['token'],
      xid = json['xid'];