copyWith method
Implementation
GetInternalLinkType copyWith({
String? link,
}) =>
GetInternalLinkType(
link: link ?? this.link,
);
GetInternalLinkType copyWith({
String? link,
}) =>
GetInternalLinkType(
link: link ?? this.link,
);