asInt32 method

int asInt32()

Converts this value to the native Dart representation of a 32 bit signed integer. Only works if signature is 'i'.

Implementation

int asInt32() => (this as DBusInt32).value;