menu
lc_widgets package
documentation
lc_utils.dart
ValidatorUtilBool
boolAny static method
boolAny static method
dark_mode
light_mode
boolAny
static method
bool
boolAny
(
dynamic
val
)
不进行校验,都通过
Implementation
static bool boolAny(dynamic val) { return true; }
lc_widgets package
documentation
lc_utils
ValidatorUtilBool
boolAny static method
ValidatorUtilBool class