metadata property

Map<String, Object?> metadata
final

Extra information attached by the chunker. Empty for the built-in chunkers.

This is an unmodifiable copy of what was passed to the constructor; writing to it throws.

Implementation

final Map<String, Object?> metadata;