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