viewModel property

  1. @protected
T get viewModel
inherited

The instance of the ViewModel.

Implementation

@protected
T get viewModel => GetInstance().find<T>(tag: tag);