Gets the associations.
Returns the associations as a Map.
Map<String, String>? getAssociations() { return associations as Map<String, String>?; }