name property
String?
get
name
Name of the scope, null if unnamed closure or global scope
Implementation
String? get name => json['name'] as String?;
Name of the scope, null if unnamed closure or global scope
String? get name => json['name'] as String?;