ChildNumber.fromIndex constructor

ChildNumber.fromIndex(
  1. int i
)

Implementation

ChildNumber.fromIndex(int i) {
    this._i = i;
}