fromIndex static method

AddressType fromIndex(
  1. int index
)

Implementation

static AddressType fromIndex(int index) {
  return AddressType.values[index];
}