contactIds property

List<String>? contactIds

Property getter and setter for contactIds:

Implementation

List<String>? get contactIds;
void contactIds=(List<String>? contactIds)

Implementation

set contactIds(List<String>? contactIds);