copyWith property

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

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

Implementation

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