organisationName property
String?
get
organisationName
Implementation
String? get organisationName =>
getChild('ORG')?.getChild('ORGNAME')?.textValue;
String? get organisationName =>
getChild('ORG')?.getChild('ORGNAME')?.textValue;