initial static method

CoreState initial()

Implementation

static CoreState initial() {
  return new CoreState((b) => b);
}