defectLocation method

  1. @override
String defectLocation(
  1. Object location
)
override

No description provided for @defectLocation.

In de, this message translates to: 'Ort: {location}'

Implementation

@override
String defectLocation(Object location) {
  return 'Ort: $location';
}