asUint16 method
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;
Converts this value to the native Dart representation of a 16 bit unsigned integer. Only works if signature
is 'q'.
int asUint16() => (this as DBusUint16).value;