DropDownIntrinsicStates constructor

DropDownIntrinsicStates()

Implementation

DropDownIntrinsicStates()
    : super(
        nodeIcon: 'nodes/condition.svg',
        displayName: 'DropDown',
        type: NType.dropDown,
        canHave: ChildrenEnum.none,
        maxChildren: 2,
        triggers: [],
      );