objectKeys function

List<String> objectKeys(
  1. dynamic object
)

Implementation

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