copyWith method

Implementation

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