menu
idena_lib_dart package
documentation
pubdev/dartssh/serializable.dart
SerializableInput
getUint32 method
getUint32 method
dark_mode
light_mode
getUint32
method
int
getUint32
(
)
Implementation
int getUint32() { offset += 4; return data.getUint32(offset - 4, endian); }
idena_lib_dart package
documentation
pubdev/dartssh/serializable
SerializableInput
getUint32 method
SerializableInput class