copyWith method
Implementation
SavePreparedKeyboardButton copyWith({int? userId, KeyboardButton? button}) =>
SavePreparedKeyboardButton(
userId: userId ?? this.userId,
button: button ?? this.button,
);
SavePreparedKeyboardButton copyWith({int? userId, KeyboardButton? button}) =>
SavePreparedKeyboardButton(
userId: userId ?? this.userId,
button: button ?? this.button,
);