XdrSorobanResources constructor Null safety

XdrSorobanResources(
  1. XdrLedgerFootprint _footprint,
  2. XdrUint32 _instructions,
  3. XdrUint32 _readBytes,
  4. XdrUint32 _writeBytes,
  5. XdrUint32 _extendedMetaDataSizeBytes
)

Implementation

XdrSorobanResources(this._footprint, this._instructions, this._readBytes,
    this._writeBytes, this._extendedMetaDataSizeBytes);