UserInfoResponse.fromRawJson constructor
UserInfoResponse.fromRawJson(
- String str
Creates an instance of UserInfoResponse from a JSON string.
Implementation
factory UserInfoResponse.fromRawJson(String str) =>
UserInfoResponse.fromJson(json.decode(str));