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