fromIndex static method

NineStar fromIndex(
  1. int index
)

Implementation

static NineStar fromIndex(int index) {
  return new NineStar(index);
}