fromString method

bool fromString(
  1. String value
)

Implementation

bool fromString(String value) => value.toLowerCase() == 'true';