network_data_transfer
network_data_transfer
Packet
asInt method
asInt
network_data_transfer
network_data_transfer
Packet
asInt method
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 ==
asInt
method
int
asInt
(
)
Implementation
int asInt(){ assert(_isStream != null && !_isStream); return int.parse(asString()); }