Workaround constructor

Workaround({
  1. String? description,
  2. String? reason,
  3. String? replace,
})

Implementation

Workaround({this.description, this.reason, this.replace});