objectKeys function

List<String> objectKeys(
  1. Object obj
)

Implementation

@JS('Object.keys')
external List<String> objectKeys(Object obj);