profileUpdateFromJson function

ProfileUpdate profileUpdateFromJson(
  1. String str
)

Implementation

ProfileUpdate profileUpdateFromJson(String str) =>
    ProfileUpdate.fromJson(json.decode(str));