offset property

int? offset

Implementation

int? get offset => _$this._offset;
void offset=(int? offset)

Implementation

set offset(int? offset) => _$this._offset = offset;