dstOffset property
      
      num?
      get
      dstOffset
      
    
    
    
Implementation
num? get dstOffset => _$this._dstOffset;
      
      set
      dstOffset
      (num? dstOffset) 
      
    
    
    
Implementation
set dstOffset(num? dstOffset) => _$this._dstOffset = dstOffset;