MPError constructor

MPError({
  1. required int code,
  2. required String message,
  3. int? status,
  4. Object? tag,
})

Implementation

MPError({required this.code, required this.message, this.status, this.tag});