factory ScopeEntry.fromJson(Map<String, dynamic> json) => ScopeEntry( type_: (json['Type'] as String?) ?? '', id: (json['Id'] as String?) ?? '', );