BooleanValue.fromCrawledStringValue constructor
BooleanValue.fromCrawledStringValue(
- String value
Implementation
factory BooleanValue.fromCrawledStringValue(String value) =>
BooleanValue(value.toUpperCase() == "TRUE");