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