Rectangle<T> clone()

Source

Rectangle<T> clone() =>
    new Rectangle<T>(left, top, width, height);