ActionController constructor

ActionController({
  1. ReactiveContext? context,
  2. String? name,
})

Implementation

ActionController({ReactiveContext? context, String? name})
    : this._(context ?? mainContext, name: name);