toString method

  1. @override
String toString()
override

Creates DMAP code class string representation.

Implementation

@override
String toString() {
  // ignore: lines_longer_than_80_chars
  return "<DmapCode: {code: '$code', name: '$name', type: '${dmapDataTypesNames[type]} (${dmapDataTypes[type]})'}>";
}