contactConfigBeanFromJson function
Implementation
ContactConfigBean contactConfigBeanFromJson(String str) => ContactConfigBean.fromJson(json.decode(str));
ContactConfigBean contactConfigBeanFromJson(String str) => ContactConfigBean.fromJson(json.decode(str));