copyWith method

Implementation

DeletePassportElement copyWith({PassportElementType? type}) =>
    DeletePassportElement(type: type ?? this.type);