Neighbors class

Constructors

Neighbors({bool topLeft = false, bool topRight = false, bool left = false, bool top = false, bool right = false, bool bottomLeft = false, bool bottom = false, bool bottomRight = false})
const

Properties

bottom bool
final
bottomLeft bool
final
bottomRight bool
final
hashCode int
The hash code for this object.
no setteroverride
left bool
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top bool
final
topLeft bool
final
topRight bool
final

Methods

hasAll() bool
hasAllNearest() bool
hasAny() bool
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.
override

Constants

empty → const Neighbors