numericPositiveIsTrue property

bool numericPositiveIsTrue
final

Determines how numeric values are converted to booleans.

If true, only values > 0 are considered true. If false, any non-zero value is considered true.

Implementation

final bool numericPositiveIsTrue;