profiledata function

Profile profiledata(
  1. String str
)

Implementation

Profile profiledata(String str) =>
    Profile.fromJson(json.decode(str.toString()));