events property Null safety

List<String>? events
read / write

Array of the events emitted during the contract invocation(s). The events are ordered by their emission time. (an array of serialized base64 strings representing XdrDiagnosticEvent)

Implementation

List<String>? events;