PINResult constructor

PINResult({
  1. int? resultCode,
  2. Uint8List? pinData,
})

Implementation

PINResult({this.resultCode, this.pinData});