InvalidTagging constructor

InvalidTagging({
  1. String? message,
})

Implementation

InvalidTagging({
  this.message,
});