Decodes the value from a string.
@override bool decode(String value) => value.toLowerCase() == 'true';