XRouteAction constructor

XRouteAction({
  1. String? name,
  2. String? group,
  3. String? route,
  4. String? presenter,
})

Implementation

XRouteAction({String? name, String? group, this.route, this.presenter})
    : super(name: name, group: group);