Packet8<T, T2, T3, T4, T5, T6, T7, T8> class

Class

Implemented types
  • Packet7<T, T2, T3, T4, T5, T6, T7>
Implementers

Constructors

Packet8(T value, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8)
Wrapper for sending 8 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
value5 → T5
5-th wrapped value
final
value6 → T6
6-th wrapped value
final
value7 → T7
7-th wrapped value
final
value8 → T8
8-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