PsdChannel constructor

PsdChannel(
  1. int id,
  2. int? dataLength
)

Implementation

PsdChannel(this.id, this.dataLength);