profileResponseFromMap function

ProfileResponse profileResponseFromMap(
  1. String str
)

Implementation

ProfileResponse profileResponseFromMap(String str) =>
    ProfileResponse.fromMap(json.decode(str));