Input$AuthenticationInput constructor
Implementation
factory Input$AuthenticationInput({
required String username,
required String password,
}) =>
Input$AuthenticationInput._({
r'username': username,
r'password': password,
});