of<T extends ViewModel> static method

T? of<T extends ViewModel>()

Get created view model

Implementation

static T? of<T extends ViewModel>() => _cached[T] as T?;