XMCpasService constructor

XMCpasService(
  1. String appType,
  2. List<XMCpasServiceSNListElement> snList, {
  3. int? ver = 2,
})

Implementation

XMCpasService(
    this.appType,
    this.snList,
    {this.ver = 2}
    );