copyWith method

Implementation

InlineQueryResultsButtonTypeWebApp copyWith({String? url}) =>
    InlineQueryResultsButtonTypeWebApp(url: url ?? this.url);