copyWith method

  1. @override
InputPassportElementDriverLicense copyWith({
  1. InputIdentityDocument? driverLicense,
})
override

Implementation

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