copyWith property
- @JsonKey(includeFromJson: false, includeToJson: false)
inherited
Create a copy of Eip1559EstimationCompat with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$Eip1559EstimationCompatCopyWith<Eip1559EstimationCompat> get copyWith => _$Eip1559EstimationCompatCopyWithImpl<Eip1559EstimationCompat>(this as Eip1559EstimationCompat, _$identity);