toString method

  1. @override
String toString()
override

Creates DAAP object class string representation.

Implementation

@override
String toString() {
  // ignore: lines_longer_than_80_chars
  return "<DaapObject: {code: '${code.toString()}', value: '$value', length: '$_dataLength'}>";
}