keys function

List keys(
  1. dynamic o
)

Implementation

List keys(o) {
    return o.keys.toList();
}