extras property

Map<String, dynamic>? extras
final

A map of additional metadata for the media item.

The values must be of type int, String, bool or double.

Implementation

final Map<String, dynamic>? extras;