onEnter property

OnEnterLifecycle? onEnter
final

When entering this state, perform these actions if the condition is TRUE.

Implementation

final OnEnterLifecycle? onEnter;