GoogleCloudIdentitytoolkitV1CreateSessionCookieResponse.fromJson constructor

GoogleCloudIdentitytoolkitV1CreateSessionCookieResponse.fromJson(
  1. Map _json
)

Implementation

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