asUint64 method
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;
Converts this value to the native Dart representation of a 64 bit unsigned integer. Only works if signature
is 't'.
int asUint64() => (this as DBusUint64).value;