copyWith property

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

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

Implementation

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