copyWith method

Implementation

InlineKeyboardButtonTypeCopyText copyWith({String? text}) =>
    InlineKeyboardButtonTypeCopyText(text: text ?? this.text);