ExrAttribute constructor

ExrAttribute(
  1. String name,
  2. String type,
  3. int size,
  4. InputBuffer data,
)

Implementation

ExrAttribute(this.name, this.type, this.size, this.data);