asInt16 method
Converts this value to the native Dart representation of a 16 bit signed integer. Only works if signature
is 'n'.
Implementation
int asInt16() => (this as DBusInt16).value;
Converts this value to the native Dart representation of a 16 bit signed integer. Only works if signature
is 'n'.
int asInt16() => (this as DBusInt16).value;