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