conflictingElements2 property

  1. @Deprecated('Use conflictingElements instead')
List<Element> get conflictingElements2

The elements that were defined within the scope to have the same name.

Implementation

@Deprecated('Use conflictingElements instead')
List<Element> get conflictingElements2;