copyWith method

Implementation

InputPassportElementErrorSourceUnspecified copyWith({String? elementHash}) =>
    InputPassportElementErrorSourceUnspecified(
      elementHash: elementHash ?? this.elementHash,
    );