initializers property Null safety
Return the initializers associated with the constructor.
Implementation
NodeList<ConstructorInitializer> get initializers;
Return the initializers associated with the constructor.
NodeList<ConstructorInitializer> get initializers;