contactMap property

Map<String, ContactInfo?> contactMap
getter/setter pair

Implementation

Map<String, ContactInfo?> contactMap = HashMap();