elements property Null safety
final
The primitive kind of each element of this type.
If kind is a collection (map or list), this value stores the type of each element in the collection. Keys of map types are always String.
Implementation
final ManagedType? elements;