type property
String?
get
type
Allowed Values: debuggerStatement
, call
, return
.
Implementation
String? get type => json['type'] as String?;
Allowed Values: debuggerStatement
, call
, return
.
String? get type => json['type'] as String?;