GoogleCloudIdentitytoolkitV1DeleteAccountResponse.fromJson constructor

GoogleCloudIdentitytoolkitV1DeleteAccountResponse.fromJson(
  1. Map _json
)

Implementation

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