WriteLogEntriesPartialErrors constructor

WriteLogEntriesPartialErrors({
  1. Iterable<MapEntry<int, Status>>? logEntryErrors,
})

Implementation

factory WriteLogEntriesPartialErrors({
  $core.Iterable<$core.MapEntry<$core.int, $4.Status>>? logEntryErrors,
}) {
  final result = create();
  if (logEntryErrors != null)
    result.logEntryErrors.addEntries(logEntryErrors);
  return result;
}