MPCollection<T> class
A collection that offers simple getter logic
Properties
Methods
-
getAll(
) → List< T> - Fetch all elements from this collection as a list
-
getById(
String id) → T? - Fetch an element by its identifier
-
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