metadata property

Map<String, String>? metadata
final

Since v0.7

File Metadata is additional, arbitrary data, associated with uploaded file. As an example, you could store unique file identifier from your system.

Implementation

final Map<String, String>? metadata;