menu
lib_common_fx package
documentation
entity/dialog_entity.dart
DialogEntity
isBoolValue method
isBoolValue method
dark_mode
light_mode
isBoolValue
method
bool
isBoolValue
(
)
非零即True
Implementation
bool isBoolValue() { return id == 0 ? false : true; }
lib_common_fx package
documentation
entity/dialog_entity
DialogEntity
isBoolValue method
DialogEntity class