toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'email': email,
    'url': url,
    'avatar': avatar,
    'description': description,
    'notice': notice,
    'keywords': keywords,
    'com_discord': discord,
    'com_github': github,
    'com_reddit': reddit,
    'com_twitter': twitter,
    'org_telegram': telegram,
    'eth_ens_delegate': ensDelegate,
  };
}