copyWith method
Implementation
GetWebPageInstantView copyWith({
String? url,
bool? forceFull,
}) => GetWebPageInstantView(
url: url ?? this.url,
forceFull: forceFull ?? this.forceFull,
);
GetWebPageInstantView copyWith({
String? url,
bool? forceFull,
}) => GetWebPageInstantView(
url: url ?? this.url,
forceFull: forceFull ?? this.forceFull,
);