ReadyThenValidInterface<LogicType extends Logic> constructor

ReadyThenValidInterface<LogicType extends Logic>(
  1. LogicType data
)

Creates a ReadyThenValidInterface.

Implementation

ReadyThenValidInterface(super.data);