toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "id": id,
      "full_name": fullName,
      "email": email,
      "country_code": countryCode,
      "contact_number": contactNumber,
      "profile_image": profileImage,
    };