offset property

int? offset

Property getter and setter for offset:

Implementation

int? get offset;
void offset=(int? offset)

Implementation

set offset(int? offset);