fileMetadata property

Map<String, Object?> fileMetadata
final

Other @@<name> file-level metadata, preserved verbatim so we never silently strip fields Dialect doesn't know about (e.g. Flutter gen_l10n's @@last_modified, custom @@x-context). Keyed by the @@-prefixed name, value is the JSON-decoded payload.

Implementation

final Map<String, Object?> fileMetadata;