Contact.create constructor

Contact.create()

Implementation

Contact.create() {
  id = const Uuid().v4();
  contactDetails = [];
}