ubuntu-flutter-community / rss.dart

A dart package for parsing RSS & Atom feed
https://pub.dev/packages/rss_dart
MIT License
4 stars 4 forks source link

models need toString(); Hard to debug without it #4

Open sgehrman opened 2 months ago

sgehrman commented 2 months ago

print(item.media)

Output. "instance of Media"

It should show the fields.