realKey property

String realKey

Implementation

String get realKey => isPlaceholder ? key.substring(1) : key;