key abstract method

String? key(
  1. int index
)

Returns the name of the nth key in the storage.

Implementation

String? key(int index);