operator >> method

Widget operator >>(
  1. dynamic other
)

Implementation

Widget operator >>(dynamic other) => setTo(other);