ExrAttribute constructor
ExrAttribute(
- String name,
- String type,
- int size,
- InputBuffer data,
Implementation
ExrAttribute(this.name, this.type, this.size, this.data);