name property Null safety

String name

Implementation

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