copyWith property

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

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

Implementation

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