ProfileData class abstract
ProfileData is used to store custom/addintional data for a user.
The MapWidget method is used to bind a Widget to one of the keys. This will override the standard textfield.
The Builditems method is used to make the list of field to house the user data.
Constructors
- ProfileData()
-
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
Methods
-
create(
) → ProfileData -
fromMap(
Map< String, dynamic> data) → ProfileData -
mapWidget(
VoidCallback update, BuildContext context) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited