network_data_transfer
network_data_transfer
Packet
bytes property
bytes
network_data_transfer
network_data_transfer
Packet
bytes property
Packet class
Constructors
Packet
from
fromBytes
fromStream
Properties
bytes
hashCode
isStream
runtimeType
size
stream
Methods
add
addAll
as
asBool
asDouble
asInt
asList
asMap
asNumber
asString
noSuchMethod
toString
Operators
operator ==
bytes
property
Uint8List
bytes
Implementation
Uint8List get bytes{ assert(_isStream != null && !_isStream); return Uint8List.fromList(_bytes); }