type property Null safety

XdrSCErrorType type

Implementation

XdrSCErrorType get type => this._type;
void type=(XdrSCErrorType value)

Implementation

set type(XdrSCErrorType value) => this._type = value;