copyWith method
Implementation
UserPropertyKeyArrayResultsItem copyWith({String? key}) {
return UserPropertyKeyArrayResultsItem(
key: key ?? this.key,
);
}
UserPropertyKeyArrayResultsItem copyWith({String? key}) {
return UserPropertyKeyArrayResultsItem(
key: key ?? this.key,
);
}