StopAfterCustom constructor

const StopAfterCustom(
  1. bool predicate(
    1. UIPayload? payload
    )
)

Implementation

const StopAfterCustom(this.predicate);