copyWith property

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

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

Implementation

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