toYaml method

dynamic toYaml()

Implementation

dynamic toYaml() => _isTrueBoolean ? _valueBoolean : _valueString;