SmartTap constructor
SmartTap({
- String? id,
- List<
IssuerToUserInfo> ? infos, - String? kind,
- String? merchantId,
Implementation
SmartTap({
this.id,
this.infos,
this.kind,
this.merchantId,
});