IListOf4<T> class
An immutable list of only 4 items.
- Annotations
-
- @immutable
Constructors
- IListOf4(T first, T second, T third, T fourth)
-
const
Properties
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