name property

String name

Implementation

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