objectAs<T> method

T? objectAs<T>()

Implementation

T? objectAs<T>() => object.as<T>();