ManagedList<T extends Identifiable> class

A class containing the list along with the managed Identifiable object.

Constructors

ManagedList(List<T> list, {required T identifiable, required ManageOperation operation})

Properties

hashCode int
The hash code for this object.
no setteroverride
identifiable → T
The managed object
final
list List<T>
The managed list
final
operation ManageOperation
The managed operation of the identifiable object
final
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
toString() String
A string representation of this object.
override

Operators

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