CopyNodeOperation class

CopyNodeOperation representation.

Inheritance

Constructors

CopyNodeOperation({bool? isDirectory, EntityNode? dst, EntityNode? src, required CopyOptions options})

Properties

dst → EntityNode?
final
hashCode → int
The hash code for this object.
no setterinherited
isDirectory → bool?
final
options → CopyOptions
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
src → EntityNode?
final

Methods

execute(CopyNodeOperation operation) → Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

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