initializers property Null safety

NodeList<ConstructorInitializer> initializers

Return the initializers associated with the constructor.

Implementation

NodeList<ConstructorInitializer> get initializers;