encode method

Object encode()

Implementation

);String? address;int groupId;int uid;int hash_id;String? name;bool selfProfile;Object encode(){return<Object?>[address,groupId,uid,hash_id,name,selfProfile,];}