profileDataFromJson function

ProfileModel profileDataFromJson(
  1. String str
)

Implementation

ProfileModel profileDataFromJson(String str) =>
    ProfileModel.fromJson(json.decode(str));