copyWith abstract method
dynamic
copyWith()
Creates a new instance of the class with updated properties. This method should return a new object with the desired changes applied.
Implementation
dynamic copyWith();
Creates a new instance of the class with updated properties. This method should return a new object with the desired changes applied.
dynamic copyWith();