XdrContractEvent constructor Null safety

XdrContractEvent(
  1. XdrExtensionPoint _ext,
  2. XdrHash? _hash,
  3. XdrContractEventType _type,
  4. XdrContractEventBody _body
)

Implementation

XdrContractEvent(this._ext, this._hash, this._type, this._body);