Skip to content

Instantly share code, notes, and snippets.

@VB10
Created September 21, 2022 23:24
Show Gist options
  • Save VB10/bddad966a207de82766bb3175d96d16a to your computer and use it in GitHub Desktop.
Save VB10/bddad966a207de82766bb3175d96d16a to your computer and use it in GitHub Desktop.
String Boolean Check
extension StringBoolExtension on String {
bool get isTrue => bool.fromEnvironment(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment