AbstractCheck constructor

AbstractCheck(
  1. String name
)

Create a new AbstractCheck.

Most developers will not need to extend AbstractCheck themselves. Instead, Check is more appropriate for checks that do not need to maintain state.

Implementation

AbstractCheck(this.name);