NfcReaderSessionErrorIos constructor
const
NfcReaderSessionErrorIos({
- required NfcReaderErrorCodeIos code,
- required String message,
Implementation
@visibleForTesting
const NfcReaderSessionErrorIos({required this.code, required this.message});