GraphEntry typedef

GraphEntry = Map<String, List<String?>>

A keyboard layout.

Implementation

typedef GraphEntry = Map<String, List<String?>>;