parents property

Map<String, String>? parents
final

The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

Implementation

final Map<String, String>? parents;