Sets a metadata entry.
void addOrUpdateMetadata(String name, String value) { metadata ??= {}; metadata![name] = value; }