asUint32 method

int asUint32()

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

Implementation

int asUint32() => (this as DBusUint32).value;