Placeholder class

This is a simple item that blocks the corresponding slot, can't be taken out and has no major actions. The placed item is the one specified as placeholder by the Module or the current Page. You can override it though by specifying an optional item.

Inheritance

Constructors

Placeholder({Item? item, Slot? slot})
This is a simple item that blocks the corresponding slot, can't be taken out and has no major actions. The placed item is the one specified as placeholder by the Module or the current Page. You can override it though by specifying an optional item.

Properties

hashCode int
The hash code for this object.
no setterinherited
item → Item?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot → Slot?
finalinherited

Methods

applyWhenPossible({Item? item, Slot? slot}) Placeholder
override
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