BarrageStore constructor

BarrageStore()

Implementation

factory BarrageStore() {
  _instance ??= BarrageStore._internal();
  return _instance!;
}