icon property

({Uint8List data, String mimeType})? icon
final

An icon, as raw bytes with its MIME type, when the poster carries one.

Implementation

final ({String mimeType, Uint8List data})? icon;