Packet10<T, T2, T3, T4, T5, T6, T7, T8, T9, T10> class

Class

Implemented types
  • Packet9<T, T2, T3, T4, T5, T6, T7, T8, T9>

Constructors

Packet10(T value, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10)
Wrapper for sending 10 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
value9 → T9
9-th wrapped value
final
value10 → T10
10-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