initialPrecondition method

bool initialPrecondition(
  1. State state
)

Returns true if the given state satisfies the initial precondition.

Implementation

bool initialPrecondition(State state) => true;