copyWith method

PassportElementErrorSourceDataField copyWith({
  1. String? fieldName,
})

Implementation

PassportElementErrorSourceDataField copyWith({String? fieldName}) =>
    PassportElementErrorSourceDataField(
      fieldName: fieldName ?? this.fieldName,
    );