ImageRoutineProcessor class
- Inheritance
-
- Object
- RoutineProcessor<
ImageMedium> - ImageRoutineProcessor
Constructors
Properties
- canonicalDescriptor → String
-
no setteroverride
- canonicalName → String
-
no setteroverride
- hash ↔ int
-
covariantgetter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convert(
RoutineOrder< ImageMedium> order) → Future<Result< Null, String> > -
the definition of the result type simply relies on the isGood and isBad methods
within the result instance itself. the string will still hold a permanent value
of what happened
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited