columnNumber property

String? columnNumber
getter/setter pair

The column number where the function call appears, if available.

This is important in JavaScript because of its anonymous functions.

Implementation

core.String? columnNumber;