elements property

List<ATNConfig> elements

Return a List holding list of configs

Implementation

List<ATNConfig> get elements {
  return configs;
}