isValid property
bool
get
isValid
At least one of proposedAction or proposedOutput must be provided.
Implementation
bool get isValid => proposedAction != null || proposedOutput != null;
At least one of proposedAction or proposedOutput must be provided.
bool get isValid => proposedAction != null || proposedOutput != null;