WatchedPageState<T extends WatchedPage> constructor

WatchedPageState<T extends WatchedPage>()

Implementation

WatchedPageState() {
  _page = new TwipePage(watchableId);
}