copyWith property

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

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

Implementation

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