Attempts to read a source entry from a YAML value.
static OkfSource? tryParse(Object? value) { final map = _stringMap(value); return map == null ? null : OkfSource._(map); }