Type constructor
Type({})
Implementation
Type({
this.name = '',
this.fields = const [],
this.oneofs = const [],
this.options = const [],
this.sourceContext,
this.syntax = Syntax.$default,
this.edition = '',
}) : super(fullyQualifiedName);