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