getContactsEntityFromJson function

GetContactsEntity getContactsEntityFromJson(
  1. String str
)

Implementation

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