toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final excludeFromUserAttributeIds = this.excludeFromUserAttributeIds;
final key = this.key;
final userAttributeIds = this.userAttributeIds;
return {
'excludeFromUserAttributeIds': ?excludeFromUserAttributeIds,
'key': ?key,
'userAttributeIds': ?userAttributeIds,
};
}