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