scheduled property Null safety

bool scheduled
protected">@protected

Whether this Ticker has already scheduled a frame callback.

Implementation

@protected
bool get scheduled => _animationId != null;