iterator property

Iterator<KT> iterator

Implementation

Iterator<KT> get iterator => _map.keys.iterator;