Identity_JoinIdentityAsKey constructor

Identity_JoinIdentityAsKey({
  1. CallIndices? callIndices,
  2. Int64? authId,
})

Implementation

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