extension property

String get extension

Implementation

String get extension {
  return nameParts[1];
}