copyWith method

Creates a copy with the given fields replaced with the new values.

Implementation

InheritanceResolvers copyWith({InheritanceResolvers? parent}) =>
    InheritanceResolvers(parent ?? this.parent, _callbacks?.toList());