trackedType property

Type get trackedType

The Type of the generated ORM-managed model class. Use this when you need to specify the tracked model type explicitly, for example in generic type parameters.

Implementation

static Type get trackedType => $EventModel;