falsy property

Set<String> falsy
final

A set of case-insensitive string tokens that resolve to false.

Defaults include 'false', '0', 'no', 'n', 'off', 'f'.

Implementation

final Set<String> falsy;