isBlank static method
Checks if data is null or blank (empty or only contains whitespace).
Implementation
static bool? isBlank(value) => _isEmpty(value);
Checks if data is null or blank (empty or only contains whitespace).
static bool? isBlank(value) => _isEmpty(value);