offset property

  1. @override
int get offset
override

The offset of the generic function type.

Generic function types are not named, so the offset is the offset of the first token in the generic function type.

Implementation

@override
int get offset;