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