UserData class

Constructors

UserData({String address = '', String base64 = '', String name = '', String dob = '', String email = '', String gender = '', String phoneNo = ''})
const

Properties

address → String
final
base64 → String
final
dob → String
final
email → String
final
gender → String
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
final
phoneNo → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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