SingleImgJobDispatcher class

this represents a dispatcher that produces a SingleImgJob instance on demand. it also facilitates defining the general structure of singleimg jobs

Inheritance

Constructors

SingleImgJobDispatcher()

Properties

description String
canonical
no setteroverride
formatMedium FormatMedium
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
name String
canonical
no setteroverride
properDescription String?
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
no setteroverride
routineProcessor Type
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispatched(covariant dynamic t) bool
checks if a given var's runtimeType is of the dispatching (related) type. the general implementation should be the same throughout all mediums and formats
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
produceInitialJobInstance() Job
this function produces an initial instance of this job that MUST be remodified by the user.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited