Packet<T> class

Class

Implementers

Constructors

Packet(T value)
Wrapper for sending several 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

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

Static Methods

c2<T, T2>(T value, T2 value2) Packet2
2 arguments wrapper
c3<T, T2, T3>(T value, T2 value2, T3 value3) Packet3
3 arguments wrapper
c4<T, T2, T3, T4>(T value, T2 value2, T3 value3, T4 value4) Packet4
4 arguments wrapper
c5<T, T2, T3, T4, T5>(T value, T2 value2, T3 value3, T4 value4, T5 value5) Packet5
5 arguments wrapper