name property

String name

Implementation

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