utils/check_util library

Functions

isEmpty(String? str) bool
Author: wangys Date: 2022-10-17 11:41:18 Description: str == null || str == ''
isNotEmpty(String? str) bool
str != null && str.isNotEmpty
isNotNull(dynamic obj) bool
obj != null
isNull(dynamic obj) bool
obj == null