children property

Map<String, String>? children
final

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

Implementation

final Map<String, String>? children;