factory InternalServiceErrorException.fromJson(Map<String, dynamic> json) { return InternalServiceErrorException( message: json['message'] as String?, ); }