asDouble method
Converts this value to the native Dart representation of a 64 bit floating point number. Only works if signature
is 'd'.
Implementation
double asDouble() => (this as DBusDouble).value;
Converts this value to the native Dart representation of a 64 bit floating point number. Only works if signature
is 'd'.
double asDouble() => (this as DBusDouble).value;