menu
flutter_yfree package
documentation
YFree.dart
yIsNotEmpty function
yIsNotEmpty function
dark_mode
light_mode
yIsNotEmpty
function
bool
yIsNotEmpty
(
String
?
content
)
检查非空
Implementation
bool yIsNotEmpty(String? content) { return content != null && content.isNotEmpty; }
flutter_yfree package
documentation
YFree
yIsNotEmpty function
YFree library