Contact constructor

Contact([
  1. dynamic updates(
    1. ContactBuilder b
    )
])

Implementation

factory Contact([updates(ContactBuilder b) /*!*/]) = _$Contact;