initializers property

Return the initializers associated with the constructor.

Implementation

@override
NodeListImpl<ConstructorInitializerImpl> get initializers => _initializers;