Appearance
List<Object?> objectKeys(Object? object)
Returns the keys for a given object. Equivalent to Object.keys(object).
Object.keys(object)