$cast<T> function

T $cast<T>(
  1. Object value
)

Implementation

T $cast<T>(Object value) => value as T;