asUint16 method

int asUint16()

Converts this value to the native Dart representation of a 16 bit unsigned integer. Only works if signature is 'q'.

Implementation

int asUint16() => (this as DBusUint16).value;