NfcVasCommandConfigurationIos constructor

  1. @visibleForTesting
const NfcVasCommandConfigurationIos({
  1. required NfcVasCommandConfigurationModeIos mode,
  2. required String passIdentifier,
  3. Uri? url,
})

Implementation

@visibleForTesting
const NfcVasCommandConfigurationIos({
  required this.mode,
  required this.passIdentifier,
  this.url,
});