Type constructor

Type({
  1. Type? arrayElementType,
  2. String? code,
  3. String? protoTypeFqn,
  4. StructType? structType,
  5. String? typeAnnotation,
})

Implementation

Type({
  this.arrayElementType,
  this.code,
  this.protoTypeFqn,
  this.structType,
  this.typeAnnotation,
});