otherwise method

void otherwise(
  1. StateTypeMatchBuilder<T> builder
)

Implementation

void otherwise(StateTypeMatchBuilder<T> builder) {
  _storage[this]![T] = DefaultBranch<T>(builder);
}