assetCode property Null safety
Implementation
Uint8List get assetCode => this._assetCode;
Implementation
set assetCode(Uint8List value) => this._assetCode = value;
Uint8List get assetCode => this._assetCode;
set assetCode(Uint8List value) => this._assetCode = value;