ICCError constructor
ICCError(
- String message,
- StatusWord sw,
- Uint8List? data
Implementation
ICCError(this.message, this.sw, this.data);
ICCError(this.message, this.sw, this.data);