FakeJob class

Inheritance

Constructors

FakeJob({List<String> inputPath = const <String>["..."]})

Properties

hashCode int
The hash code for this object.
no setterinherited
hashId String
latefinalinherited
inputPath List<String>
getter/setter pairinherited
outputNameBuilder OutputPathHandler
processes and generates an output name
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
finalinherited

Methods

buildForm(BuildContext context) JobBody
inherited
canPop() bool
called by the global job stack to determine if this job can be popped
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPush() → void
called when this job instance gets pushed onto the global job stack
override
process() Result<Null, String>
called for when this job stack has determined this job is suitable to be ran
override
toString() String
A string representation of this object.
inherited

Operators

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