scriptId property

  1. @optional
String? get scriptId

Script ID of the exception location.

Implementation

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