Reads a value from metadata, returning null if absent.
T? getMeta<T>(String key) => metadata[key] as T?;