requiredAction property

  1. @JsonKey(name: 'required_action')
RunRequiredAction? get requiredAction
inherited

Details on the action required to continue the run. Will be null if no action is required.

Implementation

@JsonKey(name: 'required_action')
RunRequiredAction? get requiredAction => throw _privateConstructorUsedError;