menu
flutter_yfree package
documentation
YFree.dart
yIsNullOrEmpty function
yIsNullOrEmpty function
dark_mode
light_mode
yIsNullOrEmpty
function
bool
yIsNullOrEmpty
(
String
?
content
)
检查为空
Implementation
bool yIsNullOrEmpty(String? content) { return content == null || content.isEmpty; }
flutter_yfree package
documentation
YFree
yIsNullOrEmpty function
YFree library