VasCommandConfiguration constructor

const VasCommandConfiguration({
  1. required String passTypeIdentifier,
  2. VasMode mode = VasMode.normal,
  3. String? url,
})

Implementation

const VasCommandConfiguration({required this.passTypeIdentifier, this.mode = VasMode.normal, this.url});