UsernameInput class

A value emitted from username form fields when a user has updated their input.

Constructors

UsernameInput({required UsernameType type, required String username})
A value emitted from username form fields when a user has updated their input.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type UsernameType
The type of username input field presented to the user.
final
username String
The username value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited