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,
      );