encode method

Object encode()

Implementation

);MesiboProfileFlutter? profile;String? name;String? phoneNumber;String? nationalNumber;String? formattedPhoneNumber;String? country;String? countryIsoCode;int countryPhoneCode;int type;bool valid;bool possiblyValid;Object encode(){return<Object?>[profile?.encode(),name,phoneNumber,nationalNumber,formattedPhoneNumber,country,countryIsoCode,countryPhoneCode,type,valid,possiblyValid,];}