initial static method

ErrorState initial()

Implementation

static ErrorState initial() {
  return new ErrorState((b) => b..errors.build());
}