clone method

MFBuilding clone()

Creates a new MFBuilding object whose values are the same as this instance.

Implementation

MFBuilding clone() => copyWith();