types property

List of types in storage.

Implementation

@override
Iterable<Type> get types sync* {
  yield T;
}