Barrier constructor

Barrier({
  1. String? name,
})

Implementation

Barrier({
  this.name,
});