asDouble method

double asDouble()

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;