isLoaded method

bool isLoaded(
  1. int index
)

Implementation

bool isLoaded(int index) => _loadedPages.containsKey(index);