nameSimplified property

String get nameSimplified

Implementation

String get nameSimplified => _nameSimplified ??= simplifiedName(name);