menu
innerlibs
string_extensions.dart
StringExtensions
isBool property
isBool
dark_mode
light_mode
isBool
property
bool
get
isBool
Checks if string is boolean.
Implementation
bool get isBool => (this == 'true' || this == 'false');
innerlibs
string_extensions
StringExtensions
isBool property
StringExtensions extension on
String