rawOffset property
      
      num?
      get
      rawOffset
      
    
    
    
Implementation
num? get rawOffset => _$this._rawOffset;
      
      set
      rawOffset
      (num? rawOffset) 
      
    
    
    
Implementation
set rawOffset(num? rawOffset) => _$this._rawOffset = rawOffset;