infoMap property

Map infoMap

Gets the info map of file events, or a blank map if none present

Implementation

Map get infoMap =>
    content.tryGetMap<String, Object?>('info') ?? <String, Object?>{};