name property

String? name

Name of the scope, null if unnamed closure or global scope

Implementation

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