values property
Overload accessor: $1, $2
Implementation
({
/// Returns an array of values of the enumerable properties of an object
/// @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
_i2.List<T> Function<T>(_i2.Object o) $1,
/// Returns an array of values of the enumerable properties of an object
/// @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
_i2.List<_i2.dynamic> Function(_i9.IInline18 o) $2,
}) get values => (
$1: _values$1,
$2: _values$2,
);