functionName property
String
get
functionName
Name of the JavaScript function called on this call frame.
Implementation
String get functionName => json['functionName'] as String;
Name of the JavaScript function called on this call frame.
String get functionName => json['functionName'] as String;