hasBuildContext property

bool hasBuildContext

Get if the BuildContext context is present

Implementation

bool get hasBuildContext => context != null;