asInt32 method
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;
Converts this value to the native Dart representation of a 32 bit signed integer. Only works if signature
is 'i'.
int asInt32() => (this as DBusInt32).value;