displayName property

String get displayName
inherited

Optional: Job display name for logging/debugging. Defaults to the class name.

Implementation

String get displayName => runtimeType.toString();