Operations class

Represents a list of arbitrary database operations.

Constructors

Operations({List<Target>? dependencyTargets, bool? disabled, bool? hasOutput, List<String>? queries, RelationDescriptor? relationDescriptor, List<String>? tags})
Operations.fromJson(Map json_)

Properties

dependencyTargets List<Target>?
A list of actions that this action depends on.
getter/setter pair
disabled bool?
Whether this action is disabled (i.e. should not be run).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasOutput bool?
Whether these operations produce an output relation.
getter/setter pair
queries List<String>?
A list of arbitrary SQL statements that will be executed without alteration.
getter/setter pair
relationDescriptor RelationDescriptor?
Descriptor for any output relation and its columns.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
Arbitrary, user-defined tags on this action.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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