menu
leancloud_storage package
documentation
leancloud_storage
isNullOrEmpty function
isNullOrEmpty
brightness_4
isNullOrEmpty
function
Null safety
bool
isNullOrEmpty
(
String
?
str
)
Implementation
bool isNullOrEmpty(String? str) { return str == null || str.length == 0; }
leancloud_storage package
documentation
leancloud_storage
isNullOrEmpty function
leancloud_storage library
Classes
LCACL
LCCaptcha
LCCaptchaClient
LCCloud
LCFile
LCFollowersAndFollowees
LCFriendship
LCFriendshipRequest
LCGeoPoint
LCLogger
LCObject
LCQuery
LCQueryCache
LCRelation
LCRole
LCSearchQuery
LCSearchResponse
LCSearchSortBuilder
LCSMSClient
LCStatus
LCStatusCount
LCStatusQuery
LCUser
LCUserAuthDataLoginOption
LeanCloud
Constants
APIVersion
CurrentUserKey
SDKVersion
Functions
isNullOrEmpty
toLCDateTimeString
Enums
CachePolicy
Exceptions
LCException