copyWith abstract method

BuildBit copyWith({
  1. BuildTree? parent,
})

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

Implementation

BuildBit copyWith({BuildTree? parent});