EMContact constructor

EMContact({@required String userName })

Implementation

EMContact({@required String userName}) : userName = userName;