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