BaseState constructor

BaseState()

Implementation

BaseState() {
  Delayed.post(onLoad);
}