abstract/_all library
Classes
-
CopyWith<
T> -
A base abstract class for enabling the
copyWithpattern. Classes that implement this interface must provide acopyWithmethod, which is commonly used to create a new instance of the class with modified properties.