key method

String? key(
  1. int index
)

Implementation

String? key(int index) => js_util.callMethod(this, 'key', [index]);