nonPrivate property

String nonPrivate

Returns this with all leading underscore characters removed.

Implementation

String get nonPrivate => replaceFirst(RegExp(r'^_*'), '');