key property

String get key

Implementation

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