parseBool method

bool parseBool()

Extension to get boolean value from String

Implementation

bool parseBool() => this.toLowerCase() == 'true';