LogErrorGroup constructor

LogErrorGroup({
  1. String? id,
})

Implementation

LogErrorGroup({
  this.id,
});