copyWith abstract method

BaseModel copyWith(
  1. BaseModel? other
)

Returns a new copy of the BaseModel with the fields updated from the other BaseModel.

Implementation

BaseModel copyWith(BaseModel? other);