init static method

void init()

Implementation

static void init() {
  IFactTense.fromJson = FactTense.fromJson;
  IFactTense.values = IFactTenseValues(FactTense.internal("PAST"),
FactTense.internal("PRESENT"),
FactTense.internal("FUTURE"));
}