IdentitySessionResponse.fromJson constructor

IdentitySessionResponse.fromJson(
  1. String str
)

Implementation

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