toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (excludeFromUserAttributeIds != null)
'excludeFromUserAttributeIds': excludeFromUserAttributeIds!,
if (key != null) 'key': key!,
if (userAttributeIds != null) 'userAttributeIds': userAttributeIds!,
};