ImportObject constructor

ImportObject(
  1. int offset,
  2. int length,
  3. String path
)

Implementation

ImportObject(this.offset, this.length, this.path);