functionName property

String get functionName

The name of the function to which this breakpoint is attached.

Implementation

_i2.String get functionName => _i5.getProperty(
      this,
      'functionName',
    );