index property

int index

Returns position of the value in list of all country codes.

Implementation

int get index => values.indexOf(this);