copyWith method
Implementation
RequestQrCodeAuthentication copyWith({List<int>? otherUserIds}) =>
RequestQrCodeAuthentication(
otherUserIds: otherUserIds ?? this.otherUserIds,
);
RequestQrCodeAuthentication copyWith({List<int>? otherUserIds}) =>
RequestQrCodeAuthentication(
otherUserIds: otherUserIds ?? this.otherUserIds,
);