PsdImageResource constructor

PsdImageResource(
  1. int id,
  2. String name,
  3. InputBuffer data
)

Implementation

PsdImageResource(this.id, this.name, this.data);