NotEmpty constructor

const NotEmpty()

Validator that checks if a value is not empty. Works on String, Iterable, Map fields.

Implementation

const NotEmpty();