isAwaited property
Whether to await this configuration's execution.
If true, the action will wait for this configuration to complete before executing the next one. Defaults to false.
Implementation
@JsonKey(defaultValue: false)
final bool? isAwaited;