requiredNamespaces property

Map<String, RequiredNamespace>? get requiredNamespaces

Implementation

Map<String, RequiredNamespace>? get requiredNamespaces =>
    _sessionData?.requiredNamespaces;