keys property
Overload accessor: $1, $2
Implementation
({
/// Returns the names of the enumerable string properties and methods 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.String> Function(_i2.Object o) $1,
/// Returns the names of the enumerable string properties and methods 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.String> Function(_i8.IInline9 o) $2,
}) get keys => (
$1: _keys$1,
$2: _keys$2,
);