getLangList method

List<String> getLangList()

Implementation

List<String> getLangList() {
  return List<String>.from(langList);
}