toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'name': name,
'email': email,
'custom': custom,
'externalId': externalId,
'profileUrl': profileUrl,
'status': status,
'type': type,
};