Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'username'] = username; json[r'password'] = password; return json; }