menu
antidart package
documentation
kotlin.dart
StringsExtension
nullIfEmpty property
nullIfEmpty property
dark_mode
light_mode
nullIfEmpty
property
String
?
get
nullIfEmpty
Implementation
String? get nullIfEmpty => isEmpty ? null : this;
antidart package
documentation
kotlin
StringsExtension
nullIfEmpty property
StringsExtension extension on
String