IdentitytoolkitRelyingpartySignOutUserResponse.fromJson constructor
IdentitytoolkitRelyingpartySignOutUserResponse.fromJson(
- Map json_
Implementation
IdentitytoolkitRelyingpartySignOutUserResponse.fromJson(core.Map json_)
: this(
localId: json_.containsKey('localId')
? json_['localId'] as core.String
: null,
);