offset property

  1. @override
int get offset
override

The offset of the local function name.

If the local function has no name (because it's a function expression), this is the offset of the ( that begins the function expression.

Implementation

@override
int get offset;