diagnosticEvents property Null safety

List<XdrOperationDiagnosticEvents> diagnosticEvents

Implementation

List<XdrOperationDiagnosticEvents> get diagnosticEvents =>
    this._diagnosticEvents;
void diagnosticEvents=(List<XdrOperationDiagnosticEvents> value)

Implementation

set diagnosticEvents(List<XdrOperationDiagnosticEvents> value) =>
    this._diagnosticEvents = value;