XMCpasService constructor
XMCpasService(
- String appType,
- List<
XMCpasServiceSNListElement> snList, { - int? ver = 2,
Implementation
XMCpasService(
this.appType,
this.snList,
{this.ver = 2}
);