validateEmpty property

bool validateEmpty
final

Validates that the given value is not "empty", which is relative to T, the empty values for primitive types are:

  • num: 0
  • bool: false
  • String: ''

Implementation

final bool validateEmpty;