isInitial property

bool get isInitial

Whether the phase is of type AsyncInitial.

Implementation

bool get isInitial => this is AsyncInitial;