IntelHex constructor

IntelHex({
  1. int offset = 0,
  2. int padding = 0,
})

Implementation

IntelHex({
  this.offset = 0,
  this.padding = 0
});