copyWith method

Implementation

@override
InlineKeyboardButtonTypeCallbackWithPassword copyWith({
  String? data,
}) =>
    InlineKeyboardButtonTypeCallbackWithPassword(
      data: data ?? this.data,
    );