webfeed
webfeed copied to clipboard
Dart-xml return null for XmlText value property
According to this answer : (https://github.com/renggli/dart-xml/issues/183)
.findElements('title').firstOrNull?.value doesn't work.
it could be replaced by
.findElements('title').firstOrNull?.innerText