copyWith method

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

Implementation

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