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