NotBlockType class

Inheritance

Constructors

NotBlockType({required CreationSectionData sectionData})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
puzzlePieceData PuzzlePieceData
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionData CreationSectionData
finalinherited
shape ProgrammingBlockShape
finalinherited

Methods

blockModel() ProgrammingBlockModel?
override
execute(ExecutionBlockController? executionController) Future<void>
override
nameBuilder(ProgrammingBlockController? blockController) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
panelBuilder(ProgrammingBlockController? blockController) Widget
override
readData(ReadBlockController? readBlockController) Future
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

typeName String
getter/setter pair