copyWith method

  1. @override
PassportElementErrorSourceTranslationFile copyWith({
  1. int? fileIndex,
})
override

Implementation

@override
PassportElementErrorSourceTranslationFile copyWith({
  int? fileIndex,
}) =>
    PassportElementErrorSourceTranslationFile(
      fileIndex: fileIndex ?? this.fileIndex,
    );