type property

String? type

Allowed Values: debuggerStatement, call, return.

Implementation

String? get type => json['type'] as String?;