Company constructor

Company({
  1. bool? taxIdProvided,
})

Implementation

Company({
  this.taxIdProvided,
});