public readonly property mappedTypes as IList<Type>:
Immutable, deterministically ordered mapped entity types.
Types ordered by fully qualified name.
for entityType in model.mappedTypes: print(entityType.fullName)