CreateUserConfig class

Constructors

CreateUserConfig({required bool isEmailRequired, required bool isNameRequired, bool isGenderRequired = false, bool isDobRequired = false, required bool showEmail, required bool showUserName, bool showDob = false, bool showGender = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isDobRequired bool
final
isEmailRequired bool
final
isGenderRequired bool
final
isNameRequired bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDob bool
final
showEmail bool
final
showGender bool
final
showUserName bool
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