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