toJson method

Map toJson()

Implementation

Map toJson() => {
  "countrycode": countrycode,
  "email": email,
  "firstname": firstname,
  "image": image,
  "is_show_portal": is_show_portal,
  "lastname": lastname,
  "phone": phone
};