getString property

String getString

Implementation

String get getString{
  return toString().split(".")[1];
}