getAttributes method

Map getAttributes()

Implementation

Map getAttributes() {
  return {
    //'id' : id,
    'full_name': fullName,
    'email': email,
    'date_of_birth': dateOfBirth,
    'location': location,
    'monthly_donation_limit': monthlyDonationLimit ?? -1.0,
    'home_owner': homeOwner,
  };
}