diagnosticEvents property
Implementation
List<XdrDiagnosticEvent> get diagnosticEvents => this._diagnosticEvents;
Implementation
set diagnosticEvents(List<XdrDiagnosticEvent> value) =>
this._diagnosticEvents = value;
List<XdrDiagnosticEvent> get diagnosticEvents => this._diagnosticEvents;
set diagnosticEvents(List<XdrDiagnosticEvent> value) =>
this._diagnosticEvents = value;