onTrigger property
ValueCell<void>
get
onTrigger
Create a cell that handles EmptyMetaCellErrors thrown by this cell.
Implementation
ValueCell<void> get onTrigger =>
onError<EmptyMetaCellError>(null.cell);