toKeySet method

Set<K> toKeySet()

Produces a Set that provides a read-only view onto the keys of this Map. The collection of keys is not copied. @return {Set.

Implementation

_i3.Set<K> toKeySet() => _i4.callMethod(
      this,
      'toKeySet',
      [],
    );