menu
ndk package
documentation
shared/nips/nip01/helpers.dart
Helpers
isBlank static method
isBlank static method
dark_mode
light_mode
isBlank
static method
bool
isBlank
(
String
?
str
)
return if given string is blank
Implementation
static bool isBlank(String? str) { return !isNotBlank(str); }
ndk package
documentation
shared/nips/nip01/helpers
Helpers
isBlank static method
Helpers class