Contact constructor
Contact({})
Implementation
Contact({
required this.id,
required this.creatorId,
required this.organizationId,
required this.name,
required this.phone,
required this.createdAt,
required this.updatedAt,
});