Card91Transaction constructor
Card91Transaction({})
Implementation
Card91Transaction(
{Key? key,
required this.cardId,
required this.token,
required this.template,
required this.env,
required this.onDataResponse})
: super(key: key);