text property

String text

Implementation

String get text {
  return this.toString().split('.').last;
}