DynamicMap typedef
A map whose keys are strings and whose values are DynamicMap, DynamicList, int, double, bool, string, and BlobNode objects.
Part of the data type for DynamicContent objects.
Implementation
typedef DynamicMap = Map<String, Object?>;