viewModelByIndex abstract method

ViewModel? viewModelByIndex(
  1. int index
)

Returns a view model by the index in which it is located in the file

Implementation

ViewModel? viewModelByIndex(int index);