ContactChange constructor
const
ContactChange({
- required ContactChangeType type,
- required String contactId,
Implementation
const ContactChange({required this.type, required this.contactId});