NameIndexable typedef

NameIndexable = ({int index, String value})

Implementation

typedef NameIndexable = ({
  int index,
  String value,
});