NFCResultModel constructor

NFCResultModel({
  1. required NFCScanResult resultType,
  2. required String uuid,
  3. required String protocolType,
  4. required String msg,
  5. String? sectionInfo,
})

Implementation

NFCResultModel({required this.resultType,required this.uuid,required this.protocolType,required this.msg,this.sectionInfo});