menu
dimap package
documentation
dimp.dart
BaseString
isNotEmpty property
isNotEmpty property
dark_mode
light_mode
isNotEmpty
property
@
override
bool
get
isNotEmpty
override
Whether this string is not empty.
Implementation
@override bool get isNotEmpty => toString().isNotEmpty;
dimap package
documentation
dimp
BaseString
isNotEmpty property
BaseString class