children property

Map<String, String>? children
final

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

Implementation

final Map<String, String>? children;