Type constructor

Type({
  1. String? edition,
  2. List<Field>? fields,
  3. String? name,
  4. List<String>? oneofs,
  5. List<Option>? options,
  6. SourceContext? sourceContext,
  7. String? syntax,
})

Implementation

Type({
  this.edition,
  this.fields,
  this.name,
  this.oneofs,
  this.options,
  this.sourceContext,
  this.syntax,
});