numericPositiveIsTrue property
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;
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.
final bool numericPositiveIsTrue;