arguments<T> method

T arguments<T>()

Implementation

T arguments<T>() {
  return currentConfiguration?.currentPage!.arguments as T;
}