ICCError constructor

ICCError(
  1. String message,
  2. StatusWord sw,
  3. Uint8List? data
)

Implementation

ICCError(this.message, this.sw, this.data);