DmapDecodeException constructor

const DmapDecodeException(
  1. String message
)

Constructor.

Implementation

const DmapDecodeException(this.message);