RemoveHumanPasswordlessResponse constructor

RemoveHumanPasswordlessResponse({
  1. ObjectDetails? details,
})

Implementation

factory RemoveHumanPasswordlessResponse({
  $2.ObjectDetails? details,
}) {
  final result = create();
  if (details != null) result.details = details;
  return result;
}