isNullOrBlank property
- @Deprecated('isNullOrBlank is deprecated and cannot be used, use "isBlank" instead')
Implementation
@Deprecated(
'isNullOrBlank is deprecated and cannot be used, use "isBlank" instead')
bool? get isNullOrBlank => GetUtils.isNullOrBlank(this);