copyWith method
Implementation
GetGuardBotWebAppUrl copyWith({
int? queryId,
WebAppOpenParameters? parameters,
}) => GetGuardBotWebAppUrl(
queryId: queryId ?? this.queryId,
parameters: parameters ?? this.parameters,
);
GetGuardBotWebAppUrl copyWith({
int? queryId,
WebAppOpenParameters? parameters,
}) => GetGuardBotWebAppUrl(
queryId: queryId ?? this.queryId,
parameters: parameters ?? this.parameters,
);