DaapObject constructor

DaapObject(
  1. Uint8List data
)

DAAP object constructor.

Implementation

DaapObject(Uint8List data) {
  decode(data);
}