isNull property

  1. @Deprecated('isNull is deprecated and cannot be used, use "==" operator')
bool isNull

Implementation

@Deprecated('isNull is deprecated and cannot be used, use "==" operator')
bool get isNull => GetUtils.isNull(this);