IdentitySessionResponse.fromJson constructor
IdentitySessionResponse.fromJson(
- String str
Implementation
factory IdentitySessionResponse.fromJson(String str) => IdentitySessionResponse.fromMap(json.decode(str));