Parsed constructor

Parsed({
  1. Info? info,
  2. String? type,
})

Implementation

Parsed({this.info, this.type});