UserKey copyWith({String? accountId, String? key}) { return UserKey( accountId: accountId ?? this.accountId, key: key ?? this.key, ); }