ContactChange constructor

const ContactChange({
  1. required ContactChangeType type,
  2. required String contactId,
})

Implementation

const ContactChange({required this.type, required this.contactId});