isInitial property

bool isInitial

Whether the phase is of type AsyncInitial.

Implementation

bool get isInitial => this is AsyncInitial;