updateProfileResponseFromJson function

UpdateProfileResponse updateProfileResponseFromJson(
  1. String str
)

Implementation

UpdateProfileResponse updateProfileResponseFromJson(String str) => UpdateProfileResponse.fromJson(json.decode(str));