name property

String name
final

The name of this check.

The name of a check has no effect. Instead, it can be used by the developer to identify the check that failed when a CheckFailedException is thrown.

Implementation

final String name;