organizationUnit property

String? get organizationUnit

Implementation

String? get organizationUnit =>
    getChild('ORG')?.getChild('ORGUNIT')?.textValue;