ParseInfo constructor

ParseInfo(
  1. String label,
  2. RegExp rgx,
  3. String format, {
  4. ParserCallback? cb,
  5. FormatterCallback? fcb,
})

ParseInfo constructor

Implementation

ParseInfo(this.label, this.rgx, this.format, {this.cb, this.fcb});