txMaxWriteBytes property Null safety

XdrUint32 txMaxWriteBytes

Implementation

XdrUint32 get txMaxWriteBytes => this._txMaxWriteBytes;
void txMaxWriteBytes=(XdrUint32 value)

Implementation

set txMaxWriteBytes(XdrUint32 value) => this._txMaxWriteBytes = value;