copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$BotAccessSettingsCopyWith<BotAccessSettings> get copyWith
inherited

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

Implementation

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