asDynamic method

Tuple1 asDynamic()

Clones this tuple where the clone is cast with dynamically-typed items.

Implementation

Tuple1<dynamic> asDynamic() => Tuple1<dynamic>(item);