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