Type constructor
Type({
- Type? arrayElementType,
- String? code,
- String? protoTypeFqn,
- StructType? structType,
- String? typeAnnotation,
Implementation
Type({
this.arrayElementType,
this.code,
this.protoTypeFqn,
this.structType,
this.typeAnnotation,
});