offset property

int? offset
getter/setter pair

The offset at which the specified elements need to be made accessible. If provided, this is used to guard against adding imports for text that would be inserted into a comment, string literal, or other location where the imports would not be necessary.

Implementation

int? offset;