toJson method

Map<String, dynamic> toJson()

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,
  };
}