menu
msdtmt
app\utils\helpers\app_helpers.dart
StringHelper
equalsIgnoreCase static method
equalsIgnoreCase
dark_mode
light_mode
equalsIgnoreCase
static method
bool
equalsIgnoreCase
(
String
a
,
String
b
)
Implementation
static bool equalsIgnoreCase(String a, String b) { return a.toLowerCase() == b.toLowerCase(); }
msdtmt
app_helpers
StringHelper
equalsIgnoreCase static method
StringHelper class