IdentitytoolkitRelyingpartySignOutUserResponse.fromJson constructor

IdentitytoolkitRelyingpartySignOutUserResponse.fromJson(
  1. Map _json
)

Implementation

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