stringToBool static method

bool stringToBool(
  1. String value
)

Implementation

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