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