SmartCardException constructor

const SmartCardException(
  1. int sw1,
  2. int sw2
)

Implementation

const SmartCardException(this.sw1, this.sw2);