MirrorContainerPoints constructor
- {required List<
SimpleContainer> container = const <SimpleContainer>[], - required String languageCode,
 - String name = "Specchia",
 - ContainerType type = ContainerType.mirrorPoints,
 - bool added = false,
 - int position = 0,
 - String direction = "horizontal"}
 
Implementation
MirrorContainerPoints({
  required super.container,
  required super.languageCode,
  super.name = "Specchia",
  super.type = ContainerType.mirrorPoints,
  this.added = false,
  this.position = 0,
  this.direction = "horizontal",
});