Makes a deep copy of this Location instance.
Location copy({ String? reference, }) => Location( reference: reference ?? this.reference, );