TaskProcessingTaskType class abstract
- Implemented types
Constructors
- TaskProcessingTaskType([void b(TaskProcessingTaskTypeBuilder)?])
-
Creates a new TaskProcessingTaskType object using the builder pattern.
factory
-
TaskProcessingTaskType.fromJson(Map<
String, dynamic> json) -
Creates a new object from the given
json
data.factory
Properties
- description → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputShape
→ BuiltList<
TaskProcessingShape> -
no setterinherited
-
inputShapeDefaults
→ BuiltMap<
String, TaskProcessingTaskType_InputShapeDefaults> -
no setterinherited
-
inputShapeEnumValues
→ BuiltList<
BuiltList< TaskProcessingTaskType_InputShapeEnumValues> > -
no setterinherited
- name → String
-
no setterinherited
-
optionalInputShape
→ BuiltList<
TaskProcessingShape> -
no setterinherited
-
optionalInputShapeDefaults
→ BuiltMap<
String, TaskProcessingTaskType_OptionalInputShapeDefaults> -
no setterinherited
-
optionalInputShapeEnumValues
→ BuiltList<
BuiltList< TaskProcessingTaskType_OptionalInputShapeEnumValues> > -
no setterinherited
-
optionalOutputShape
→ BuiltList<
TaskProcessingShape> -
no setterinherited
-
optionalOutputShapeEnumValues
→ BuiltList<
BuiltList< TaskProcessingTaskType_OptionalOutputShapeEnumValues> > -
no setterinherited
-
outputShape
→ BuiltList<
TaskProcessingShape> -
no setterinherited
-
outputShapeEnumValues
→ BuiltList<
BuiltList< TaskProcessingTaskType_OutputShapeEnumValues> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(TaskProcessingTaskTypeBuilder)) → TaskProcessingTaskType -
Rebuilds the instance.
inherited
-
toBuilder(
) → TaskProcessingTaskTypeBuilder -
Converts the instance to a builder
B
.inherited -
toJson(
) → Map< String, dynamic> - Parses this object into a json like map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
TaskProcessingTaskType> -
Serializer for TaskProcessingTaskType.
no setter