context property

Map<String, dynamic>? context
final

A pipe-separated list of the key-value pairs of contextual metadata to attach to an uploaded asset.

Eg: {'alt': 'My image', 'caption': 'Profile image'}

Implementation

final Map<String, dynamic>? context;