types property

Iterable<Type> types

Returns the types of this map.

Implementation

Iterable<Type> get types => _map.keys;