FlipOperation class

Operation to flip an image horizontally or vertically.

Inheritance

Constructors

FlipOperation.new({required int flipCode})
Creates a new FlipOperation.

Properties

flipCode int
The flip code: 0 for vertical flip, 1 for horizontal flip, -1 for both
final
hashCode int
The hash code for this object.
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
toPythonCode() String
Converts the operation to Python code.
override
toString() String
A string representation of this object.
inherited

Operators

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