AssociativeArray
A collection of key-value pairs that is stored as a hash for easy lookup but also provides an array for fast iteration.
See also
Properties
Link copied to clipboard
var values: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsAny>
Gets an unordered array of all values in the collection. This is a live array that will automatically reflect the values in the collection, it should not be modified directly.