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