asInt64 method

int asInt64()

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

Implementation

int asInt64() => (this as DBusInt64).value;