LayerModification<T> class
Constructors
-
LayerModification.new({required MutableLayer<
T> layer})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
layer
→ MutableLayer<
T> -
final
-
orphaned
→ List<
MutableLayerElement< T> > -
final
-
removed
→ List<
MutableLayerElement< T> > -
final
-
removedAndOrphaned
→ List<
MutableLayerElement< T> > -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordOrphan(
MutableLayerElement< T> element) → void -
recordRemoval(
MutableLayerElement< T> element) → void -
recordRemovals(
Iterable< MutableLayerElement< elements) → voidT> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited