name property

String get name

Implementation

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