FlSerialException constructor

FlSerialException(
  1. int error, {
  2. required String msg,
})

Implementation

FlSerialException(this.error, {required this.msg});