onlyName property

String get onlyName

Implementation

String get onlyName => name.replaceAll(RegExp(r'\.[^\.]+$'), '');