FairWell constructor

const FairWell(
  1. String? tag, {
  2. String? path,
})

Implementation

const FairWell(this.tag, {this.path});