RouteRefreshAction constructor

RouteRefreshAction({
  1. String? title,
  2. bool? isAwaited,
})

Implementation

RouteRefreshAction({super.title, super.isAwaited})
  : super(schemaType: schemaName);