keys method

Iterable<String?> keys()

Implementation

Iterable<String?> keys() =>
    iteratorToIterable(() => _callMethod(_delegate, 'keys', []));