copyWith method

  1. @override
InputPassportElementErrorSourceUnspecified copyWith({
  1. String? elementHash,
})
override

Implementation

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