description property

  1. @optional
String? description

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

Implementation

@optional
String? get description => json['description'] as String?;