arguments<T> method

T arguments<T>()

Implementation

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