parse static method

bool parse(
  1. String textValue
)
override

Parses the textValue

Implementation

static bool parse(String textValue) =>
    textValue == 'TRUE' || textValue == 'YES';