asInt16 method

int asInt16()

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;