ActionFunctionRegisterBatch constructor

ActionFunctionRegisterBatch({
  1. List<ActionFunctionRegister> functions = const [],
})

Implementation

ActionFunctionRegisterBatch({
    this.functions = const [],
});