enclosures property

List<Enclosure> enclosures
final

Describes a media object that is attached to the item.

It has three required attributes. url says where the enclosure is located, length says how big it is in bytes, and type says what its type is, a standard MIME type. The url must be an http url.

rss ref: https://cyber.harvard.edu/rss/rss.html#ltenclosuregtSubelementOfLtitemgt

Implementation

final List<Enclosure> enclosures = [];