GoContainer constructor
- {required String languageCode,
- String name = "Vai a",
- ContainerType type = ContainerType.go,
- String direction = "right",
- int repetitions = 1}
Implementation
GoContainer({
required super.languageCode,
super.name = "Vai a",
super.type = ContainerType.go,
this.direction = "right",
super.repetitions = 1,
});