network_data_transfer
network_data_transfer
Packet
asBool method
asBool
network_data_transfer
network_data_transfer
Packet
asBool 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 ==
asBool
method
bool
asBool
(
)
Implementation
bool asBool(){ assert(_isStream != null && !_isStream); return asString() == "true"; }