ExecuteActionBlock constructor
ExecuteActionBlock(})
Implementation
ExecuteActionBlock(
this.target, {
Map<String, Object?>? params,
this.outputAs,
this.shouldSetState = false,
}) : params = normalizeExpressionMap(params ?? const <String, Object?>{});