tail property

String get tail

Implementation

String get tail => value.contains('.') ? value.split('.').last : value;