copyWith method
Implementation
GetPassportElement copyWith({PassportElementType? type, String? password}) =>
GetPassportElement(
type: type ?? this.type,
password: password ?? this.password,
);
GetPassportElement copyWith({PassportElementType? type, String? password}) =>
GetPassportElement(
type: type ?? this.type,
password: password ?? this.password,
);