GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson(core.Map json_)
: this(
emailSendingConfig: json_.containsKey('emailSendingConfig')
? json_['emailSendingConfig'] as core.bool
: null,
);