RTCContactModel constructor
RTCContactModel({})
Implementation
RTCContactModel({
required this.contactUserId,
required this.displayName,
required this.nickName,
this.imageUrl,
required this.createdOn,
required this.updatedOn,
required this.description,
required this.emails,
required this.phones,
});