Wrapper constructor

Wrapper({
  1. Operators? operators,
  2. Header? header,
})

Implementation

Wrapper({
  this.operators,
  this.header,
});