ReadyAndValidInterface<LogicType extends Logic> constructor

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

Creates a ReadyAndValidInterface.

Implementation

ReadyAndValidInterface(super.data);