hasInitializer property

bool hasInitializer
getter/setter pair

When this node is read as a part of summaries, we usually don't want to read the initializer, but we need to know if there is one in the code. So, this flag might be set to true even though initializer is null.

Implementation

bool hasInitializer = false;