Packet4<T, T2, T3, T4> class

Class

Implemented types
Implementers

Constructors

Packet4(T value, T2 value2, T3 value3, T4 value4)
Wrapper for sending 4 arguments to Backend or Frontend
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
Wrapped value
final
value2 → T2
2-th wrapped value
final
value3 → T3
3-th wrapped value
final
value4 → T4
4-th wrapped value
final

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.
inherited