copyWith method
Implementation
@override
InputPassportElementDriverLicense copyWith({
  InputIdentityDocument? driverLicense,
}) => InputPassportElementDriverLicense(
  driverLicense: driverLicense ?? this.driverLicense,
);@override
InputPassportElementDriverLicense copyWith({
  InputIdentityDocument? driverLicense,
}) => InputPassportElementDriverLicense(
  driverLicense: driverLicense ?? this.driverLicense,
);