Identity_JoinIdentityAsKey constructor
Identity_JoinIdentityAsKey({
- CallIndices? callIndices,
- Int64? authId,
Implementation
factory Identity_JoinIdentityAsKey({
$10.CallIndices? callIndices,
$fixnum.Int64? authId,
}) {
final $result = create();
if (callIndices != null) {
$result.callIndices = callIndices;
}
if (authId != null) {
$result.authId = authId;
}
return $result;
}