addressTypeValue static method

int addressTypeValue(
  1. AddressType addressType
)

Implementation

static int addressTypeValue(AddressType addressType) =>
    _addressTypeValues[addressType.index];