Map<String, dynamic> toJson() { return { 'response': response, if (username != null) 'username': username, if (password != null) 'password': password, }; }