TagserResult constructor

TagserResult({
  1. TagserState? state,
  2. TagserMessage? message,
  3. bool? pop,
  4. TagserError? err,
  5. String? result,
})

Implementation

TagserResult({
  this.state,
  this.message,
  this.pop,
  this.err,
  this.result,
});