ParseOutput constructor

ParseOutput(
  1. bool isExceptionThrown,
  2. ByteSize byteSizeObj
)

Implementation

ParseOutput(this.isExceptionThrown, this.byteSizeObj);