copyWith method

KeyboardButtonTypeWebApp copyWith({
  1. String? url,
})

Implementation

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