baseTypes property

List<String>? baseTypes
getter/setter pair

The entity type that this type is derived from.

For now, one and only one should be set.

Implementation

core.List<core.String>? baseTypes;