getPostAttributes method

Map getPostAttributes()

Implementation

Map getPostAttributes() {
  return {
    //'id' : id,
    'full_name': fullName,
    'email': email,
    'date_of_birth': dateOfBirth.toString(),
    'location': location,
    'monthly_donatIon_limit': monthlyDonationLimit,
    'home_owner': homeOwner,
  };
}