menu
antidart package
documentation
kotlin.dart
StringsExtension
nullIfBlank property
nullIfBlank property
dark_mode
light_mode
nullIfBlank
property
String
?
get
nullIfBlank
Implementation
String? get nullIfBlank => isBlank() ? null : this;
antidart package
documentation
kotlin
StringsExtension
nullIfBlank property
StringsExtension extension on
String