menu
netease_common package
documentation
netease_common.dart
StringX2
isBlank property
isBlank property
dark_mode
light_mode
isBlank
property
bool
get
isBlank
Implementation
bool get isBlank { return this == null || this!.trim().length == 0; }
netease_common package
documentation
netease_common
StringX2
isBlank property
StringX2 extension on
String
?