DonorUser class

The class to store donor user details

Constructors

DonorUser({String fullName, String email, String phoneNumber, String donorNumber})
Constructor

Properties

donorNumber String
read / write
email String
read / write
fullName String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
phoneNumber String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() Map<String, String>
Generate a map from a DonorUser object, used when writing data to the database
toString() String
Returns a string representation of this object.
inherited

Operators

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