publicName property

String get publicName

Implementation

String get publicName => name.startsWith('_') ? name.substring(1) : name;