validateEmpty property
Validates that the given value is not "empty",
which is relative to T, the empty values for primitive types are:
num: 0bool: falseString: ''
Implementation
final bool validateEmpty;
Validates that the given value is not "empty",
which is relative to T, the empty values for primitive types are:
num: 0bool: falseString: ''final bool validateEmpty;