items property

List<Item> get items

Resources (images, audio, text, etc.) of the EPUB file, as Items.

If the items have already been parsed, returns the cached items.

Implementation

List<Item> get items => _items.value;