@JsonSerializable(includeIfNull: false) const factory Login({required String username, required String password}) = _Login;