asUint64 method

int asUint64()

Converts this value to the native Dart representation of a 64 bit unsigned integer. Only works if signature is 't'.

Implementation

int asUint64() => (this as DBusUint64).value;