TypeInfo constructor

TypeInfo(
  1. TypeOf type, {
  2. Function? create,
  3. List? enumValues,
})

Implementation

TypeInfo(this.type, {this.create, this.enumValues});