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