copyWith abstract method

  1. @override
dynamic copyWith()
override

Creates a new instance of the class with updated properties. This method should return a new object with the desired changes applied.

Implementation

@override
dynamic copyWith();