url property

  1. @optional
String? get url

URL of the exception location, to be used when the script was not reported.

Implementation

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