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