FeliCaRequestSpecificationVersionResponse constructor

const FeliCaRequestSpecificationVersionResponse({
  1. required int statusFlag1,
  2. required int statusFlag2,
  3. required Uint8List basicVersion,
  4. required Uint8List optionVersion,
})

Constructs an instance with the given values.

Implementation

const FeliCaRequestSpecificationVersionResponse({
  required this.statusFlag1,
  required this.statusFlag2,
  required this.basicVersion,
  required this.optionVersion,
});