getContactsEntityFromJson function
Implementation
GetContactsEntity getContactsEntityFromJson(String str) =>
GetContactsEntity.fromJson(json.decode(str));
GetContactsEntity getContactsEntityFromJson(String str) =>
GetContactsEntity.fromJson(json.decode(str));