copyWith method
Implementation
@override
CanTransferOwnershipResultPasswordNeeded copyWith({
  dynamic extra,
  int? clientId,
}) =>
    CanTransferOwnershipResultPasswordNeeded(
      extra: extra ?? this.extra,
      clientId: clientId ?? this.clientId,
    );