types property

List<PortableType> types
final

List of all registered types

Each type has a unique ID (its index in this list) and a complete definition including its structure and documentation.

Implementation

final List<PortableType> types;