menu
candid_dart package
documentation
codegen/extension.dart
NullableStringExt
isNullOrEmpty property
isNullOrEmpty property
dark_mode
light_mode
isNullOrEmpty
property
bool
get
isNullOrEmpty
Implementation
bool get isNullOrEmpty => this == null || this!.isEmpty;
candid_dart package
documentation
codegen/extension
NullableStringExt
isNullOrEmpty property
NullableStringExt extension on
String
?