isNullOrBlank property

  1. @Deprecated('isNullOrBlank is deprecated and cannot be used, use "isBlank" instead')
bool? isNullOrBlank

Implementation

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