asByte method
Converts this value to the native Dart representation of a byte. Only works if signature is 'y'.
Implementation
int asByte() => (this as DBusByte).value;
Converts this value to the native Dart representation of a byte. Only works if signature is 'y'.
int asByte() => (this as DBusByte).value;