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