UserInfoResponse.fromRawJson constructor

UserInfoResponse.fromRawJson(
  1. String str
)

Creates an instance of UserInfoResponse from a JSON string.

Implementation

factory UserInfoResponse.fromRawJson(String str) =>
    UserInfoResponse.fromJson(json.decode(str));