WhileBlockType constructor

WhileBlockType({
  1. required CreationSectionData sectionData,
})

Implementation

WhileBlockType({required CreationSectionData sectionData})
    : super(
        sectionData: sectionData,
        shape: ProgrammingBlockShape.scope,
        name: typeName,
      );