copyWith property

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

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

Implementation

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