NFCResultModel constructor
NFCResultModel({
- required NFCScanResult resultType,
- required String uuid,
- required String protocolType,
- required String msg,
- String? sectionInfo,
Implementation
NFCResultModel({required this.resultType,required this.uuid,required this.protocolType,required this.msg,this.sectionInfo});