thumbnailInfoMap property

Map thumbnailInfoMap

Gets the thumbnail info map of file events, or a blank map if nonepresent

Implementation

Map get thumbnailInfoMap => infoMap['thumbnail_info'] is Map
    ? infoMap['thumbnail_info']
    : <String, dynamic>{};