MangadexServerException constructor Null safety

MangadexServerException(
  1. [Map<String, dynamic> error = DEF_VALUE]
)

Implementation

MangadexServerException([Map<String, dynamic> error = DEF_VALUE]) {
  print(error.toString());
  info = ServerException.fromJson(error);
}