get<T extends Object?> method

T get<T extends Object?>()

Implementation

T get<T extends Object?>() {
  return _anyValue as T;
}