copyWith property
Creates a new instance with the specified fields replaced.
Implementation
@override
TypeDerivationRuleCopyWithImpl<TypeDerivationRule> get copyWith =>
TypeDerivationRuleCopyWithImpl<TypeDerivationRule>(
this,
(v) => v as TypeDerivationRule,
);