Flips class

Constructors

Flips({required bool horizontally, required bool vertically, required bool diagonally, required bool antiDiagonally})
const
Flips.defaults()
const

Properties

antiDiagonally bool
final
diagonally bool
final
hashCode int
The hash code for this object.
no setterinherited
horizontally bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertically bool
final

Methods

copyWith({bool? horizontally, bool? vertically, bool? diagonally, bool? antiDiagonally}) Flips
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