RandomBlockType constructor

RandomBlockType({
  1. required CreationSectionData sectionData,
})

Implementation

RandomBlockType({required CreationSectionData sectionData})
    : super(
        sectionData: sectionData,
        shape: ProgrammingBlockShape.withReturn,
        name: typeName,
        puzzlePieceData: const NumberPuzzlePiece(),
      );