bytesN property Null safety

XdrSCSpecTypeBytesN? bytesN

Implementation

XdrSCSpecTypeBytesN? get bytesN => this._bytesN;
void bytesN=(XdrSCSpecTypeBytesN? value)

Implementation

set bytesN(XdrSCSpecTypeBytesN? value) => this._bytesN = value;