getValueList method

List getValueList()

Creates an array of the own enumerable string keyed property values of object. This is equivalent to the values function. Returns the values in object.

Implementation

List<dynamic> getValueList() => values(this);