asByte method

int asByte()

Converts this value to the native Dart representation of a byte. Only works if signature is 'y'.

Implementation

int asByte() => (this as DBusByte).value;