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