RouteRefreshAction constructor

RouteRefreshAction({
  1. String? title,
})

Implementation

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