copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$CallbackQueryCopyWith<CallbackQuery> get copyWith
inherited

Create a copy of CallbackQuery with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$CallbackQueryCopyWith<CallbackQuery> get copyWith =>
    _$CallbackQueryCopyWithImpl<CallbackQuery>(
        this as CallbackQuery, _$identity);