properDescription property
override
an indepth canonical description used by the job dispatcher viewer (the thing that pops up when you click on a job dispatcher on the left menu view)
its best to often implement and provide description for this method instead of returning either description
or null
Implementation
@override
String? get properDescription =>
InternationalizationNotifier().i18n.singleImgJob.proper_description;