getObject<T> method

T? getObject<T>()

Get the cached object

Implementation

T? getObject<T>() => _cachedObject as T?;