effectiveName property

String? effectiveName

The name specified explicitly by name, or implied by the variable pattern inside pattern. Always null if name is null. Can be null if name does not have the explicit name and pattern is not a variable pattern.

Implementation

String? get effectiveName;