cast method

T cast(
  1. dynamic from
)

Implementation

T cast(dynamic from) => _cast(from, "toplevel", null);